<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 8, 2013 at 12:14 PM, Justin Killen <span dir="ltr">&lt;<a href="mailto:jkillen@allamericanasphalt.com" target="_blank">jkillen@allamericanasphalt.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">








<div link="blue" vlink="purple" lang="EN-US">

<div>

<p class=""><font face="Arial"><span style="font-size:10pt;font-family:Arial">I have an installation that has analog phones connected via T1
channel banks.  I’m getting complaints from users that they will enter
a partial number (eg 91213), then turn away to get the next few digits, and the
system will start dialing before they have a chance to put in the rest of the
dialing string.  Is there a way to increase this delay?  The only use
these 4 dialing patterns:<u></u><u></u></span></font></p>

<p class=""><font face="Arial"><span style="font-size:10pt;font-family:Arial"><u></u> <u></u></span></font></p>

<p class=""><font face="Arial"><span style="font-size:10pt;font-family:Arial">Internal 3 digit numbers<u></u><u></u></span></font></p>

<p class=""><font face="Arial"><span style="font-size:10pt;font-family:Arial">91 XXX XXX XXXX   (for backwards compatibility)<u></u><u></u></span></font></p>

<p class=""><font face="Arial"><span style="font-size:10pt;font-family:Arial">9 XXX XXXX (also for compatibility)<u></u><u></u></span></font></p>

<p class=""><font face="Arial"><span style="font-size:10pt;font-family:Arial">XXX XXXX</span></font></p></div></div></blockquote><div><br></div><div>The simple switch in chan_dahdi has two hardcoded timeout times for more digits.<br>
</div><div> 1) If the digits already dialed match an extension in the dialplan but could match another extension if more digits are dialed then chan_dahdi will wait 3 seconds for more digits to arrive.<br></div><div>2) If the digits already dialed do not match any extension in the dialplan but more digits could match an extension then chan_dahdi will wait 8 seconds for more digits.<br>
<br></div><div>The shorter timeout is so the caller won&#39;t have to wait too long if the caller intends to call the shorter dialplan extension.<br></div><div>You need to look at the extension patterns in your dialplan to see where you have ambiguity between extensions.  Are you using the &#39;.&#39; wildcard?<br>
</div><div><br></div><div>Richard<br></div></div><br></div></div>