[Asterisk-cvs] asterisk/channels chan_h323.c,1.23,1.24

jeremy at lists.digium.com jeremy at lists.digium.com
Sat Jan 10 11:25:14 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv11671

Modified Files:
	chan_h323.c 
Log Message:
remove broken cli command, for now


Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- chan_h323.c	9 Jan 2004 19:35:56 -0000	1.23
+++ chan_h323.c	10 Jan 2004 17:16:59 -0000	1.24
@@ -1769,7 +1769,7 @@
 		ast_cli_register(&cli_trace);
 		ast_cli_register(&cli_no_trace);
 		ast_cli_register(&cli_show_codecs);
-		ast_cli_register(&cli_gk_cycle);
+//		ast_cli_register(&cli_gk_cycle);
 		ast_cli_register(&cli_hangup_call);
 		ast_cli_register(&cli_show_tokens);
 




More information about the svn-commits mailing list