Administrator TOOTAI
2005-Oct-08 03:03 UTC
[Asterisk-Users] Extension bracket matching broken in CVS
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@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
Administrator TOOTAI
2005-Oct-08 03:35 UTC
[Asterisk-Users] Extension bracket matching broken in CVS (solved)
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/4832285@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