[asterisk-commits] pcadach: branch 1.4 r52809 - /branches/1.4/channels/chan_h323.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jan 30 01:46:32 MST 2007


Author: pcadach
Date: Tue Jan 30 02:46:31 2007
New Revision: 52809

URL: http://svn.digium.com/view/asterisk?view=rev&rev=52809
Log:
Revert reprecation of h.323 gk cycle command from pre-1.4 version instead of duplicated h323 cycle gk

Modified:
    branches/1.4/channels/chan_h323.c

Modified: branches/1.4/channels/chan_h323.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_h323.c?view=diff&rev=52809&r1=52808&r2=52809
==============================================================================
--- branches/1.4/channels/chan_h323.c (original)
+++ branches/1.4/channels/chan_h323.c Tue Jan 30 02:46:31 2007
@@ -2662,7 +2662,7 @@
 	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 };
 



More information about the asterisk-commits mailing list