Hello All, Phone: Cisco 7960G Asterisk 1.2.7.1 libpri 1.2.2 zaptel 1.2.5 OS: Fedora Core 4 TDM2400P w/8FXO 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? Thanks, Neal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060418/17e301a3/attachment.htm
> 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
Hello I am just a newbie guy trying to find out more about T1 and pricing etc. And I have come across a provider who starts talking about IDA-P and etc. As far as I know it stands for Integrated Digital Access and that all I know but would like to get a head up from some expert if possible. Sam
Thanks Inserting a "w" did resolve the problem. I saw another post from today where somebody else is having the same problem with a TDM2400P. Hopefully someday Asterisk will be coded to wait for a dial tone. nb On 4/19/06, Time Bandit <timebandit001@gmail.com> wrote:> > > 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 > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060420/afb6f530/attachment.htm