summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-11-13 19:14:39 +0000
committerJoshua Colp <jcolp@digium.com>2006-11-13 19:14:39 +0000
commit24afed6a81e68c510c2aba6633da40f060094fc1 (patch)
treed6753e2fa64403a6c55dc9576cad1ccb02c966ce /channels/chan_h323.c
parent7adabbd41e42eff8bab4abda34c63d65a8172b4e (diff)
Make chan_h323 build again and make the CLI commands work. (reported on asterisk-dev mailing list by Di-Shi Sun)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47575 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_h323.c')
-rw-r--r--channels/chan_h323.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index c6b42b948..7ffef770b 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -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 };