From bb80c835e0caaff46cffb00cf2aa9e3a4db98578 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 25 Nov 2008 22:45:59 +0000 Subject: 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 --- include/asterisk/dsp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asterisk/dsp.h') diff --git a/include/asterisk/dsp.h b/include/asterisk/dsp.h index 5193ff4dd..5a599cc4b 100644 --- a/include/asterisk/dsp.h +++ b/include/asterisk/dsp.h @@ -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) -- cgit v1.2.3