Displaying 1 result from an estimated 1 matches for "private_trunkdial".
2008 Jul 29
5
Callerid Woes
...ro definition and help
me figure out what I am missing?
Here is my context for my dialplan:
include=default
plancomment=user-default
exten=_1XXXXXXXXXX!,1,Macro(trunkdial,${<my_trunk>}/${EXTEN:0},${trunk_cid})
comment=_1XXXXXXXXXX!,1,<my_trunk>,standard
exten=_*811XXXXXXXXXX!,1,Macro(private_trunkdial,${<my_trunk>}/${EXTEN:3},null)
comment=_*811XXXXXXXXXX!,1,<my_trunk>,standard
(I replaced the name of my termination wih <my_trunk>)
And, below is the the private_trunkdial macro that is used above:
exten=s,1,set(CALLERID(all)= null)
exten=s,n,Dial(${ARG1})
exten=s,n,Goto(s-${D...