[svn-commits] oej: branch oej/silence-detection-games-1.8 r407393 - /team/oej/silence-detec...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 5 05:01:06 CST 2014


Author: oej
Date: Wed Feb  5 05:00:53 2014
New Revision: 407393

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=407393
Log:
Typos. Everywhere. Coming towards me. Infecting my code. Bad stuff.

Modified:
    team/oej/silence-detection-games-1.8/channels/chan_sip.c

Modified: team/oej/silence-detection-games-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/silence-detection-games-1.8/channels/chan_sip.c?view=diff&rev=407393&r1=407392&r2=407393
==============================================================================
--- team/oej/silence-detection-games-1.8/channels/chan_sip.c (original)
+++ team/oej/silence-detection-games-1.8/channels/chan_sip.c Wed Feb  5 05:00:53 2014
@@ -18971,8 +18971,8 @@
 	ast_cli(a->fd, "  Qualify:                %d\n", default_qualify);
 	ast_cli(a->fd, "  Use ClientCode:         %s\n", AST_CLI_YESNO(ast_test_flag(&global_flags[0], SIP_USECLIENTCODE)));
 	ast_cli(a->fd, "  Silence detection:      %s\n", AST_CLI_YESNO(ast_test_flag(&global_flags[2], SIP_PAGE3_SILENCE_DETECTION)));
-	ast_cli(a->fd, "  Silence level: 	  %d\n", sip_cfg.default.silencelevel)
-	ast_cli(a->fd, "  Silence period: 	  %d\n", sip_cfg.default.silenceperiod)
+	ast_cli(a->fd, "  Silence level: 	  %d\n", sip_cfg.silencelevel);
+	ast_cli(a->fd, "  Silence period: 	  %d\n", sip_cfg.silenceperiod);
 	ast_cli(a->fd, "  Progress inband:        %s\n", (ast_test_flag(&global_flags[0], SIP_PROG_INBAND) == SIP_PROG_INBAND_NEVER) ? "Never" : (AST_CLI_YESNO(ast_test_flag(&global_flags[0], SIP_PROG_INBAND) != SIP_PROG_INBAND_NO)));
 	ast_cli(a->fd, "  Language:               %s\n", default_language);
 	ast_cli(a->fd, "  MOH Interpret:          %s\n", default_mohinterpret);




More information about the svn-commits mailing list