Dear All Can you please let us know how we can modify our Asterisk inter digit delay ? Actually , our subs dials his intended numbers with some delay in between entering the digits sequentially . It seems that our Asterisk pbx will wait for about 2 seconds and if no extra digits are to be entered then he will decide on routing the dialed number or play the related anouncement . For our current application , it seems that this amount of delay is a little bit small and so please let us know how we can incraese this amount of delay to say 4 seconds . Looking for your reply Regards H.Motamedi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090728/3dfc84b1/attachment.htm
On Tue, Jul 28, 2009 at 1:01 AM, hadi motamedi<motamedi24 at gmail.com> wrote:> Dear All > Can you please let us know how we can modify our Asterisk inter digit delay > ? Actually , our subs dials his intended numbers with some delay in between > entering the digits sequentially . It seems that our Asterisk pbx will wait > for about 2 seconds and if no extra digits are to be entered then he will > decide on routing the dialed number or play the related anouncement . For > our current application , it seems that this amount of delay is a little bit > small and so please let us know how we can incraese this amount of delay to > say 4 seconds .Delay between what? Is this a phone being dialed with a dial tone? Is this an IVR prompt timeout? If you do a Read(), do a longer timeout.
Dear David I mean when the subs dials the digits with some delay between entering the digits sequentially . At our current case , the Asterisk will wait about 2 seconds to see if another digit will be dialed or not and then he will route the dialed digits according to the pre-defined routing table or he will play the appropriate announcements . We are expected to increase this inter digit delay to say 4 seconds . Please let us know how we can increase this parameter in our Asterisk configuration files . Regards H.Motamedi On Thu, Jul 30, 2009 at 3:19 AM, David Backeberg <dbackeberg at gmail.com>wrote:> On Tue, Jul 28, 2009 at 1:01 AM, hadi motamedi<motamedi24 at gmail.com> > wrote: > > Dear All > > Can you please let us know how we can modify our Asterisk inter digit > delay > > ? Actually , our subs dials his intended numbers with some delay in > between > > entering the digits sequentially . It seems that our Asterisk pbx will > wait > > for about 2 seconds and if no extra digits are to be entered then he will > > decide on routing the dialed number or play the related anouncement . For > > our current application , it seems that this amount of delay is a little > bit > > small and so please let us know how we can incraese this amount of delay > to > > say 4 seconds . > > Delay between what? > > Is this a phone being dialed with a dial tone? > > Is this an IVR prompt timeout? > > If you do a Read(), do a longer timeout. > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2009 - October 13 - 15 Phoenix, Arizona > Register Now: http://www.astricon.net > > 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/20090730/808d6073/attachment-0001.htm
Marc Charbonneau
2009-Jul-30 04:28 UTC
[asterisk-users] Inquiry:Asterisk Inter digit delay
> I mean when the subs dials the digits with some delay between entering the > digits sequentially . At our current case , the Asterisk will wait about 2 > seconds to see if another digit will be dialed or not and then he will route > the dialed digits according to the pre-defined routing table or he will play > the appropriate announcements . We are expected to increase this inter digit > delay to say 4 seconds . Please let us know how we can increase this > parameter in our Asterisk configuration files .see http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+DigitTimeout also, I suggest you read this book : http://astbook.asteriskdocs.org/ hth
Thank you very much for your reply . But please be informed that our current line-outgoing route is being configured as the followings (in extensions.conf): " [line-outgoing] exten => _X.,1,macro(dialuser,Zap/g1/${EXTEN},${EXTEN}) " As you see , it is trying to consider the dialed number as an whole packet (but not based on one-by-one digit basis) . Can you please do us favor and let us know how we can get benefit of your proposed DigitTimeout command to fulfill the job ? Regards H.Motamedi On Thu, Jul 30, 2009 at 5:28 AM, Marc Charbonneau <timebandit001 at gmail.com>wrote:> > I mean when the subs dials the digits with some delay between entering > the > > digits sequentially . At our current case , the Asterisk will wait about > 2 > > seconds to see if another digit will be dialed or not and then he will > route > > the dialed digits according to the pre-defined routing table or he will > play > > the appropriate announcements . We are expected to increase this inter > digit > > delay to say 4 seconds . Please let us know how we can increase this > > parameter in our Asterisk configuration files . > see http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+DigitTimeout > > also, I suggest you read this book : http://astbook.asteriskdocs.org/ > > hth > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2009 - October 13 - 15 Phoenix, Arizona > Register Now: http://www.astricon.net > > 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/20090730/e3221278/attachment.htm