summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-22 20:58:54 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-22 20:58:54 +0000
commitf0143f49057743c18839c473da80d64b34ca238b (patch)
tree534510156d84e631927d59d674d01be379d67370
parent362b77d3ae9a9ec208086fc014e90158bc1bc22a (diff)
Re-disable dtmf_detection of the FXS module (From xpp rev 4712).
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3084 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--xpp/ChangeLog4
-rw-r--r--xpp/card_fxs.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/xpp/ChangeLog b/xpp/ChangeLog
index e526795..148a9dd 100644
--- a/xpp/ChangeLog
+++ b/xpp/ChangeLog
@@ -10,8 +10,8 @@ Tue Sep 11 2007 Oron Peled <oron@actcom.co.il> - xpp.r4648
- If set during module loading, shows an ERR() message.
- Also appears in /proc/xpp/sync
- * FXS: Hardware DTMF detection by default, can be disabled
- by setting dtmf_detection=0 parameter to xpd_fxs.
+ * FXS: Hardware DTMF detection by improved. Can be enabled (as before)
+ by setting dtmf_detection=1 parameter to xpd_fxs.
PCM is muted when DTMF key is pressed.
* zapconf:
diff --git a/xpp/card_fxs.c b/xpp/card_fxs.c
index bc282b4..859cc6c 100644
--- a/xpp/card_fxs.c
+++ b/xpp/card_fxs.c
@@ -37,7 +37,7 @@ DEF_PARM(int, print_dbg, 0, 0644, "Print DBG statements"); /* must be before zap
DEF_PARM(uint, poll_digital_inputs, 1000, 0644, "Poll Digital Inputs");
DEF_PARM_BOOL(reversepolarity, 0, 0644, "Reverse Line Polarity");
DEF_PARM_BOOL(vmwineon, 0, 0644, "Indicate voicemail to a neon lamp");
-DEF_PARM_BOOL(dtmf_detection, 1, 0644, "Do DTMF detection in hardware");
+DEF_PARM_BOOL(dtmf_detection, 0, 0644, "Do DTMF detection in hardware");
#ifdef ZT_VMWI
DEF_PARM_BOOL(vmwi_ioctl, 0, 0644, "Asterisk support VMWI notification via ioctl");