[asterisk-users] analog phone digit delay

Richard Mudgett rmudgett at digium.com
Wed Jul 10 15:32:12 CDT 2013


On Wed, Jul 10, 2013 at 3:11 PM, Eric Wieling <EWieling at nyigc.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130710/42fe1c0e/attachment.htm>


More information about the asterisk-users mailing list