[Asterisk-Users] Extension bracket matching broken in CVS
Administrator TOOTAI
admin at tootai.net
Sat Oct 8 03:03:49 MST 2005
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/4832285 at filters--a9c6,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
More information about the asterisk-users
mailing list