From: Paul Cadach Date: Tue, 30 Jan 2007 08:46:31 +0000 (+0000) Subject: Revert reprecation of h.323 gk cycle command from pre-1.4 version instead of duplicat... X-Git-Tag: 1.4.1~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a175571e392c8a38ae6933a162e83e5c563c14b2;p=thirdparty%2Fasterisk.git Revert reprecation of h.323 gk cycle command from pre-1.4 version instead of duplicated h323 cycle gk git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@52809 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_h323.c b/channels/chan_h323.c index f4c1c82be4..01d9259a9b 100644 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -2662,7 +2662,7 @@ static struct ast_cli_entry cli_h323_trace_deprecated = { trace_usage }; static struct ast_cli_entry cli_h323_gk_cycle_deprecated = { - { "h323", "cycle", "gk", NULL }, + { "h.323", "gk", "cycle", NULL }, h323_gk_cycle, "Manually re-register with the Gatekeper", show_cycle_usage };