Displaying 1 result from an estimated 1 matches for "_9000".
Did you mean:
9000
2008 Dec 11
0
Dialing plan Question
Hi Can you please help me make this into one statement...
It doesn't work if I say _9000[1-9]0[1-8].
Also would like to be able to achieve _9000[1-9]0[1-8]XXXXXXXX,
Asterisk 1.4
exten => _900010[0-8].,1,Goto(route1,${EXTEN:5},1)
exten => _900010[0-8].,2,Hangup
exten => _900020[0-8].,1,Goto(route,${EXTEN:5},1)
exten => _900020[0-8].,2,Hangup
exten => _900030[0-8].,1,Got...