mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
chan_dahdi: Configurable dialed digit timeouts
Analog phones dial overlap dialing and it is chan_dahdi's job to read the numbers. It has three timeout constants that this commit converts to channel-level configuration options: * firstdigit_timeout: Default time (ms) to detect first digit * interdigit_timeout: Default time (ms) to detect following digits * matchdigit_timeout: Default time (ms) to wait in case of ambiguous match. This happens when the dialed digits match a number in the current context but are also the prefix of another number. Change-Id: Ib728fa900a4f6ae56d1ed810aba61b6593fb7213
This commit is contained in:
committed by
Richard Mudgett
parent
e538fc8e86
commit
6301531416
5
CHANGES
5
CHANGES
@@ -45,6 +45,11 @@ chan_sip
|
||||
headers be retrieved from the REFER message and made accessible to the
|
||||
dialplan in the hash TRANSFER_DATA.
|
||||
|
||||
chan_dahdi
|
||||
------------------
|
||||
* Timeouts for reading digits from analog phones are now configurable in
|
||||
chan_dahdi.conf: firstdigit_timeout, interdigit_timeout, matchdigit_timeout.
|
||||
|
||||
AMI
|
||||
------------------
|
||||
* The ContactStatus and Status fields for the manager events ContactStatus
|
||||
|
Reference in New Issue
Block a user