Displaying 1 result from an estimated 1 matches for "_0113271".
Did you mean:
1013271
2006 Jun 20
1
Add Country to CDR's
...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,${EXTEN}) ;Belgium
exten => _011331.,1,Macro(dialout-intl,${EXTEN}) ;Paris
exten => _01158212.,1,Macro(dialout-intl,${EXTEN}) ;Caracas
etc...
It seems like I should be able to put the name of the country into ARG2, but
I'm not sure how to...