[svn-commits] file: trunk r47575 - /trunk/channels/chan_h323.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Nov 13 12:14:39 MST 2006
Author: file
Date: Mon Nov 13 13:14:39 2006
New Revision: 47575
URL: http://svn.digium.com/view/asterisk?view=rev&rev=47575
Log:
Make chan_h323 build again and make the CLI commands work. (reported on asterisk-dev mailing list by Di-Shi Sun)
Modified:
trunk/channels/chan_h323.c
Modified: trunk/channels/chan_h323.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_h323.c?view=diff&rev=47575&r1=47574&r2=47575
==============================================================================
--- trunk/channels/chan_h323.c (original)
+++ trunk/channels/chan_h323.c Mon Nov 13 13:14:39 2006
@@ -2725,7 +2725,7 @@
trace_usage };
static struct ast_cli_entry cli_h323_no_trace_deprecated =
- { "h.323", "no", "trace", NULL },
+ { { "h.323", "no", "trace", NULL },
h323_no_trace, "Disable H.323 Stack Tracing",
no_trace_usage };
@@ -2735,7 +2735,7 @@
debug_usage };
static struct ast_cli_entry cli_h323_no_debug_deprecated =
- { "h.323", "no", "debug", NULL },
+ { { "h.323", "no", "debug", NULL },
h323_no_debug, "Disable H.323 debug",
no_debug_usage };
More information about the svn-commits
mailing list