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
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to