<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 10, 2013 at 3:11 PM, Eric Wieling <span dir="ltr">&lt;<a href="mailto:EWieling@nyigc.com" target="_blank">EWieling@nyigc.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">From chan_dahdi.c, don&#39;t know if it applies to your situation or not.<br>
<br>
/*! \brief Wait up to 16 seconds for first digit (FXO logic) */<br>
static int firstdigittimeout = 16000;<br>
<br>
/*! \brief How long to wait for following digits (FXO logic) */<br>
static int gendigittimeout = 8000;<br>
<br>
/*! \brief How long to wait for an extra digit, if there is an ambiguous match */<br>
static int matchdigittimeout = 3000;<br></blockquote><div><br></div><div>Changing these values in chan_dahdi.c is unlikely to have any effect.  You would need to change the equivalent versions in sig_analog.c instead.<br>
<br>Richard<br></div><div> </div></div></div></div>