[Asterisk-cvs] asterisk/channels chan_h323.c,1.51,1.52

jeremy at lists.digium.com jeremy at lists.digium.com
Tue May 18 11:54:19 CDT 2004


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

Modified Files:
	chan_h323.c 
Log Message:
fix documenation bug


Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- chan_h323.c	18 May 2004 10:33:46 -0000	1.51
+++ chan_h323.c	18 May 2004 16:06:30 -0000	1.52
@@ -1417,7 +1417,7 @@
 static struct ast_cli_entry  cli_gk_cycle =
 	{ { "h.323", "gk", "cycle", NULL }, h323_gk_cycle, "Manually re-register with the Gatekeper", show_cycle_usage };
 static struct ast_cli_entry  cli_hangup_call =
-	{ { "h.323", "hangup", NULL }, h323_ep_hangup, "Manually try to hang up a call", show_hangup_usage };
+	{ { "h.323", "hangup", NULL }, h323_ep_hangup, "Show all active call tokens", show_hangup_usage };
 static struct ast_cli_entry  cli_show_tokens =
 	{ { "h.323", "show", "tokens", NULL }, h323_tokens_show, "Manually try to hang up a call", show_tokens_usage };
 




More information about the svn-commits mailing list