Displaying 2 results from an estimated 2 matches for "destinaion".
Did you mean:
destination
2005 Jun 22
1
missing cdr records
...stion
[macro-gw-nufone]
exten => s,1,SetCallerID(${CALLERIDNAME})
exten => s,2,Dial,IAX2/rpingar@NuFone/${ARG1}
exten => s,3,Goto(s-${DIALSTATUS},1)
exten => s-BUSY,1,Busy
exten => s-CHANUNAVAIL,1,Noop
exten => _s-.,1,Congestion
[ser]
; combinazione 81 - per provider americani - destinaione usa e canada
exten => _81.,1,Macro(gw-nufone,${EXTEN:1}) ; NuFone
exten => _81.,2,Macro(gw-voipjet,${EXTEN:1}) ; VoipJet.com
exten => _81.,3,Congestion
; combinazione 8011 - per provider americani - destinaione rotteinternazionali
exten => _8011.,1,Macro(gw-voipjet,${EXTEN:1}) ; Voip...
2009 Feb 05
1
extensions ending with "#"...
Hi everyone!
I've set up asterisk ip-pbx to implement IVR menu and encountered such a
problem: when users dial the destinaion phone number and end it up with
"#" asterisk still waits until timeout in WaitExten() is reached.
// Here comes the context where user is prompted for a dest. number:
context ivr-dialout {
s => {
Background(enter-your-dest-number);
WaitExten(15);
};
_X. =>...