aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-22 11:28:12 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-22 11:28:12 +0000
commit24a6192c233a2314a88cd267dc816dc02a4242c5 (patch)
tree7e338ccd52202808cceb6227feea69d1b781a910 /channels
parent47f912f6e6531ae7c14005cac4ec1d053f17c6a6 (diff)
Don't over-deprecate... :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47923 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_h323.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 7ffef770b..c1da95787 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -2754,21 +2754,6 @@ static struct ast_cli_entry cli_h323_show_tokens_deprecated =
h323_tokens_show, "Show all active call tokens",
show_tokens_usage };
-static struct ast_cli_entry cli_h323_debug_deprecated = {
- { "h.323", "debug", NULL },
- h323_do_debug, "Enable H.323 debug",
- debug_usage };
-
-static struct ast_cli_entry cli_h323_trace_deprecated = {
- { "h.323", "trace", NULL },
- h323_do_trace, "Enable H.323 Stack Tracing",
- trace_usage };
-
-static struct ast_cli_entry cli_h323_gk_cycle_deprecated = {
- { "h323", "cycle", "gk", NULL },
- h323_gk_cycle, "Manually re-register with the Gatekeper",
- show_cycle_usage };
-
static struct ast_cli_entry cli_h323[] = {
{ { "h323", "set", "trace", NULL },
h323_do_trace, "Enable H.323 Stack Tracing",