Displaying 1 result from an estimated 1 matches for "carrierintl".
2006 Jun 20
1
Add Country to CDR's
...destination in this new
column.
I have all of the International destinations in my extensions.conf like the
example below:
[macro-dialout-intl]
exten => s,1,SetGroup(${CALLERIDNUM})
exten => s,2,CheckGroup(1)
exten => s,3,absolutetimeout,${settimeout}
exten => s,4,Dial(SIP/${ARG1}@${carrierintl})
exten => s,5,hangup
[intl_context]
exten => _01130.,1,Macro(dialout-intl,${EXTEN}) ;Greece
exten => _01131.,1,Macro(dialout-intl,${EXTEN}) ;Netherlands
exten => _01132.,1,Macro(dialout-intl,${EXTEN}) ;Belgium
exten => _0113271.,1,Macro(dialout-intl...