dect
/
asterisk
Archived
13
0
Fork 0

Make chan_h323 build again and make the CLI commands work. (reported on asterisk-dev mailing list by Di-Shi Sun)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47575 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2006-11-13 19:14:39 +00:00
parent 48c789f43e
commit 2ebbeceba3
1 changed files with 2 additions and 2 deletions

View File

@ -2725,7 +2725,7 @@ static struct ast_cli_entry cli_h323_trace_deprecated =
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 @@ static struct ast_cli_entry cli_h323_debug_deprecated =
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 };