On Wed, Jul 10, 2013 at 3:11 PM, Eric Wieling <[email protected]> wrote:

> From chan_dahdi.c, don't know if it applies to your situation or not.
>
> /*! \brief Wait up to 16 seconds for first digit (FXO logic) */
> static int firstdigittimeout = 16000;
>
> /*! \brief How long to wait for following digits (FXO logic) */
> static int gendigittimeout = 8000;
>
> /*! \brief How long to wait for an extra digit, if there is an ambiguous
> match */
> static int matchdigittimeout = 3000;
>

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.

Richard
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to