Displaying 2 results from an estimated 2 matches for "_91nxxxxxxxxx".
Did you mean:
_91nxxnxxxxxx
2003 Dec 16
2
AT&T access code entry by Asterisk
I have a dialplan that requires that we use * to send the long distance access code to AT&T. I have found in the list that the `w` command can be used to inject a pause, I have tried the following:
exten => _91NXXXXXXXXX,1,Dial(ZAP/g1/${EXTEN}www5555555,70)
There `5555555` is the ld access code. I tried various quantities of `w`s but I never got * to dial the ld access code. Allof the cases I saw the `w` token discussed was at the beginning of the dialed digits. I tried putting a `w` at before the ${EXTEN} and...
2005 Feb 16
0
Outbound calling timeout
...t; exten => _5XXX,1,NoOp("Route to CCM1" ${EXTEN} )
> exten => _5XXX,2,Dial(H323/${EXTEN})
> exten => _5XXX,3,Congestion
>
> exten => _9NXXXXXXXXX,1,NoOp("Route to CCM1" ${EXTEN})
> exten => _9NXXXXXXXXX,2,Dial(H323/${EXTEN})
>
> exten => _91NXXXXXXXXX,1,NoOp("Route to CCM1" ${EXTEN})
> exten => _91NXXXXXXXXX,2,Dial(H323/${EXTEN})
>
>
> [inbound]
> exten => s,1,Ringing ; Make them comfortable with 2 seconds of ringback
> exten => s,2,Wait,2
> exten => s,3,Answer...