Displaying 1 result from an estimated 1 matches for "_74xxx".
Did you mean:
_4xxx
2005 Jul 28
8
dialplan defenition
Hello list,
Im writing my dial plan, in witch every SIP phone begins with 74 and has
more 3 numbers (like 74XXX).
So, I want to route all 74XXX calls to my sip channel. For this I wrote
this line:
exten => s,1,Dial(SIP/74118@193.136.252.5,30,r)
but this way all calls go to 74118@193.136.252.5 .....
Then I tried:
exten => s,1,Dial(SIP/${EXTEN}@193.136.252.5,30,r)
but this way, the