[svn-commits] oej: branch oej/agave-dtmf-duration-asterisk-conf-1.8 r363319 - /team/oej/aga...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Apr 24 04:02:18 CDT 2012
Author: oej
Date: Tue Apr 24 04:02:15 2012
New Revision: 363319
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=363319
Log:
I really, really need to change my keyboard. This one produces typos.
Modified:
team/oej/agave-dtmf-duration-asterisk-conf-1.8/main/asterisk.c
Modified: team/oej/agave-dtmf-duration-asterisk-conf-1.8/main/asterisk.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/agave-dtmf-duration-asterisk-conf-1.8/main/asterisk.c?view=diff&rev=363319&r1=363318&r2=363319
==============================================================================
--- team/oej/agave-dtmf-duration-asterisk-conf-1.8/main/asterisk.c (original)
+++ team/oej/agave-dtmf-duration-asterisk-conf-1.8/main/asterisk.c Tue Apr 24 04:02:15 2012
@@ -485,7 +485,7 @@
ast_cli(a->fd, " Internal timing: %s\n", ast_test_flag(&ast_options, AST_OPT_FLAG_INTERNAL_TIMING) ? "Enabled" : "Disabled");
ast_cli(a->fd, " Transmit silence during rec: %s\n", ast_test_flag(&ast_options, AST_OPT_FLAG_TRANSMIT_SILENCE) ? "Enabled" : "Disabled");
ast_cli(a->fd, " Generic PLC: %s\n", ast_test_flag(&ast_options, AST_OPT_FLAG_GENERIC_PLC) ? "Enabled" : "Disabled");
- ast_cli(a->fd, " Min DTMF duration:: %d\n", option_mindtmfduration);
+ ast_cli(a->fd, " Min DTMF duration:: %d\n", option_dtmfminduration);
ast_cli(a->fd, "\n* Subsystems\n");
ast_cli(a->fd, " -------------\n");
More information about the svn-commits
mailing list