[Asterisk-Users] Extension bracket matching broken in CVS

2005-10-08 Thread Administrator TOOTAI

Morning all,

we just download the today CVS and face a problem: in a context we want 
to use brackets for matching extensions like exten = 
_48[1-478]X.,1,Goto(validate,1) for instance. When dialing a number 
like 4832285 we receive


== Auto fallthrough, channel 'Local/[EMAIL PROTECTED],2' status is 
'UNKNOWN'


Filters being our context in which we have:

[filters]
exten = _48[1-478]X.,1,Goto(validate,1)

Changing the above context in:

[filters]
exten = _481X.,1,Goto(validate,1)
exten = _482X.,1,Goto(validate,1)
exten = _484X.,1,Goto(validate,1)
exten = _487X.,1,Goto(validate,1)
exten = _488X.,1,Goto(validate,1)

Make it work. Does someone else faces this problem?

--
Daniel


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Extension bracket matching broken in CVS (solved)

2005-10-08 Thread Administrator TOOTAI

Sorry for noise, problem is solved. It was an priority error.

Administrator TOOTAI a écrit :


Morning all,

we just download the today CVS and face a problem: in a context we 
want to use brackets for matching extensions like exten = 
_48[1-478]X.,1,Goto(validate,1) for instance. When dialing a number 
like 4832285 we receive


== Auto fallthrough, channel 'Local/[EMAIL PROTECTED],2' status is 
'UNKNOWN'


Filters being our context in which we have:

[filters]
exten = _48[1-478]X.,1,Goto(validate,1)

Changing the above context in:

[filters]
exten = _481X.,1,Goto(validate,1)
exten = _482X.,1,Goto(validate,1)
exten = _484X.,1,Goto(validate,1)
exten = _487X.,1,Goto(validate,1)
exten = _488X.,1,Goto(validate,1)

Make it work. Does someone else faces this problem?


--
Daniel
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users