[Asterisk-Users] Outbound calls are failing
Time Bandit
timebandit001 at gmail.com
Tue Apr 18 21:27:57 MST 2006
> When dialing an outbound number, sometimes all the digits are not dialed
> properly on the outside line. In the dial plan I added a SayDigits to the
> outbound rule and it properly reads back the entire number that was entered
> on the phone before dialing.
>
> Is asterisk dialing too quickly, is there anyway to insert a pause or wait
> for a dial tone on the external line?
* is probably starting to dial too fast. Try to add a w in your dial
string to make it wait.
Like : Dial(ZAP/g0,w${EXTEN})
w adds half a second pause. You can put more w to make it wait longer.
hth
More information about the asterisk-users
mailing list