[asterisk-commits] oej: branch oej/oolong-path-support-trunk r379604 - /team/oej/oolong-path-sup...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jan 20 03:32:36 CST 2013
Author: oej
Date: Sun Jan 20 03:32:31 2013
New Revision: 379604
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379604
Log:
oops I did it again.
Modified:
team/oej/oolong-path-support-trunk/channels/chan_sip.c
Modified: team/oej/oolong-path-support-trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/oolong-path-support-trunk/channels/chan_sip.c?view=diff&rev=379604&r1=379603&r2=379604
==============================================================================
--- team/oej/oolong-path-support-trunk/channels/chan_sip.c (original)
+++ team/oej/oolong-path-support-trunk/channels/chan_sip.c Sun Jan 20 03:32:31 2013
@@ -20702,7 +20702,7 @@
ast_cli(a->fd, " Allow promisc. redir: %s\n", AST_CLI_YESNO(ast_test_flag(&global_flags[0], SIP_PROMISCREDIR)));
ast_cli(a->fd, " Enable call counters: %s\n", AST_CLI_YESNO(global_callcounter));
ast_cli(a->fd, " SIP domain support: %s\n", AST_CLI_YESNO(!AST_LIST_EMPTY(&domain_list)));
- ast_cli(a->fd, " Path support : %s\n", AST_CLI_YESNO(ast_test_flag(&global->flags[0], SIP_USEPATH)));
+ ast_cli(a->fd, " Path support : %s\n", AST_CLI_YESNO(ast_test_flag(&global_flags[0], SIP_USEPATH)));
ast_cli(a->fd, " Realm. auth: %s\n", AST_CLI_YESNO(credentials != NULL));
if (credentials) {
struct sip_auth *auth;
More information about the asterisk-commits
mailing list