[asterisk-commits] oej: branch oej/agave-dtmf-duration-asterisk-conf-trunk r363328 - in /team/oe...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 24 09:27:48 CDT 2012
Author: oej
Date: Tue Apr 24 09:27:46 2012
New Revision: 363328
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=363328
Log:
Clarifications. Thanks leifmadsen for the review
Modified:
team/oej/agave-dtmf-duration-asterisk-conf-trunk/CHANGES
team/oej/agave-dtmf-duration-asterisk-conf-trunk/main/asterisk.c
Modified: team/oej/agave-dtmf-duration-asterisk-conf-trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/team/oej/agave-dtmf-duration-asterisk-conf-trunk/CHANGES?view=diff&rev=363328&r1=363327&r2=363328
==============================================================================
--- team/oej/agave-dtmf-duration-asterisk-conf-trunk/CHANGES (original)
+++ team/oej/agave-dtmf-duration-asterisk-conf-trunk/CHANGES Tue Apr 24 09:27:46 2012
@@ -28,6 +28,7 @@
easily identified as involved with a certain call by looking at their call id.
This feature can be disabled in logger.conf with the display_callids option.
* The minimum DTMF duration can now be configured in asterisk.conf
+ as "mindtmfduration". The default value is (as before) set to 80 ms.
(previously it was only available in source code)
CLI Changes
Modified: team/oej/agave-dtmf-duration-asterisk-conf-trunk/main/asterisk.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/agave-dtmf-duration-asterisk-conf-trunk/main/asterisk.c?view=diff&rev=363328&r1=363327&r2=363328
==============================================================================
--- team/oej/agave-dtmf-duration-asterisk-conf-trunk/main/asterisk.c (original)
+++ team/oej/agave-dtmf-duration-asterisk-conf-trunk/main/asterisk.c Tue Apr 24 09:27:46 2012
@@ -157,7 +157,7 @@
#define AST_MAX_CONNECTS 128
#define NUM_MSGS 64
-/*! Minimum allowed DTMF digit length - 80ms */
+/*! Default minimum DTMF digit length - 80ms */
#define AST_MIN_DTMF_DURATION 80
More information about the asterisk-commits
mailing list