mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Make faxdetect configurable and turn OFF by default
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3170 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#define DSP_FEATURE_BUSY_DETECT (1 << 1)
|
||||
#define DSP_FEATURE_CALL_PROGRESS (1 << 2)
|
||||
#define DSP_FEATURE_DTMF_DETECT (1 << 3)
|
||||
#define DSP_FEATURE_FAX_DETECT (1 << 4)
|
||||
|
||||
#define DSP_DIGITMODE_DTMF 0 /* Detect DTMF digits */
|
||||
#define DSP_DIGITMODE_MF 1 /* Detect MF digits */
|
||||
|
Reference in New Issue
Block a user