mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Add an option, waitfordialtone, for UK analog lines which do not end a call
until the originating line hangs up. (closes issue #12382) Reported by: one47 Patches: zap-waitfordialtone-trunk.080901.patch uploaded by one47 (license 23) zap-waitfordialtone-bra-1.4.21.2.patch uploaded by fleed (license 463) Tested by: fleed git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@159317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#define DSP_PROGRESS_BUSY (1 << 18) /*!< Enable busy tone detection */
|
||||
#define DSP_PROGRESS_CONGESTION (1 << 19) /*!< Enable congestion tone detection */
|
||||
#define DSP_FEATURE_CALL_PROGRESS (DSP_PROGRESS_TALK | DSP_PROGRESS_RINGING | DSP_PROGRESS_BUSY | DSP_PROGRESS_CONGESTION)
|
||||
#define DSP_FEATURE_WAITDIALTONE (1 << 20) /*!< Enable dial tone detection */
|
||||
|
||||
#define DSP_FAXMODE_DETECT_CNG (1 << 0)
|
||||
#define DSP_FAXMODE_DETECT_CED (1 << 1)
|
||||
|
Reference in New Issue
Block a user