Displaying 2 results from an estimated 2 matches for "advdial".
Did you mean:
adaldial
2005 Sep 15
3
${DIALSTATUS} problems
Hi.
I'm dialling two numbers - one that's unobtainable, one that's busy.
${DIALSTATUS} is coming back ANSWER each time right before the channels hang
up.
Am using the following dialplan macro to dial out.
[macro-advdial]
exten => s,1,Dial(${ARG1},20,g) ; Ring the interface, 20 seconds maximum
exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status
(NOANSWER,BUSY,CHANUNAVAIL ,CONGESTION,ANSWER)
exten => s-CHANUNAVAIL,1,NoOp("CHANUNAVAIL")
exten => s-CHANUNAVAIL,2,UserEvent(ChannelUnavaila...
2005 Sep 14
0
Dial Application Return Codes - Help needed
Hi.
I'm dialling two numbers - one that's unobtainable, one that's busy.
${DIALSTATUS} is coming back ANSWER each time right before the channels hang
up.
Am using the following dialplan macro to dial out.
[macro-advdial]
exten => s,1,Dial(${ARG1},20,g) ; Ring the interface, 20 seconds maximum
exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status
(NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)
exten => s-CHANUNAVAIL,1,NoOp("CHANUNAVAIL")
exten => s-CHANUNAVAIL,2,UserEvent(ChannelUnavailab...