]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Revert reprecation of h.323 gk cycle command from pre-1.4 version instead of duplicat...
authorPaul Cadach <paul@odt.east.telecom.kz>
Tue, 30 Jan 2007 08:46:31 +0000 (08:46 +0000)
committerPaul Cadach <paul@odt.east.telecom.kz>
Tue, 30 Jan 2007 08:46:31 +0000 (08:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@52809 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_h323.c

index f4c1c82be43d14c6182b31bbfdd441453c9a83ae..01d9259a9b8ee1c4de6e12b96eb5971458af1c8c 100644 (file)
@@ -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 };