Displaying 1 result from an estimated 1 matches for "_702xxxxxxx".
Did you mean:
1702xxxxxxx
2012 Apr 05
3
Dial Plan - Routing via Caller ID
...guidance.
Assuming I have (2) two DIDs and I want to route incoming calls according to
the DID called and as well as the Caller ID various contexts.
If I wanted to route a call from a particular DID and the CALLERID from a
specific A/C this doesn't seem to work for me:
exten => 6140000000/_702XXXXXXX,n,Goto(context1,s,1)
exten => 6140000000/6149999999,n,Goto(context2,s,1)
exten => 6140000000/6149999998,n,Goto(context3,s,1)
exten => 6140000000/6149999997,n,Dial(SIP/7777,25)
I have seen examples where I could use a pattern like (not specifying a
Caller ID info, and that works fine):
ex...