[svn-commits] tzafrir: branch 1.2 r3084 - in /branches/1.2/xpp: ChangeLog card_fxs.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sat Sep 22 15:58:54 CDT 2007
Author: tzafrir
Date: Sat Sep 22 15:58:54 2007
New Revision: 3084
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3084
Log:
Re-disable dtmf_detection of the FXS module (From xpp rev 4712).
Modified:
branches/1.2/xpp/ChangeLog
branches/1.2/xpp/card_fxs.c
Modified: branches/1.2/xpp/ChangeLog
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/ChangeLog?view=diff&rev=3084&r1=3083&r2=3084
==============================================================================
--- branches/1.2/xpp/ChangeLog (original)
+++ branches/1.2/xpp/ChangeLog Sat Sep 22 15:58:54 2007
@@ -10,8 +10,8 @@
- 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:
Modified: branches/1.2/xpp/card_fxs.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/card_fxs.c?view=diff&rev=3084&r1=3083&r2=3084
==============================================================================
--- branches/1.2/xpp/card_fxs.c (original)
+++ branches/1.2/xpp/card_fxs.c Sat Sep 22 15:58:54 2007
@@ -37,7 +37,7 @@
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");
More information about the svn-commits
mailing list