[Asterisk-cvs] asterisk/channels chan_h323.c,1.74,1.74.2.1
russell at lists.digium.com
russell at lists.digium.com
Fri Oct 29 10:00:21 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv22140/channels
Modified Files:
Tag: v1-0
chan_h323.c
Log Message:
fix summaries for chan_h323 cli commands (bug #2739)
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.74
retrieving revision 1.74.2.1
diff -u -d -r1.74 -r1.74.2.1
--- chan_h323.c 21 Sep 2004 18:42:37 -0000 1.74
+++ chan_h323.c 29 Oct 2004 14:03:28 -0000 1.74.2.1
@@ -1594,9 +1594,9 @@
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, "Show all active call tokens", show_hangup_usage };
+ { { "h.323", "hangup", NULL }, h323_ep_hangup, "Manually try to hang up a call", 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 };
+ { { "h.323", "show", "tokens", NULL }, h323_tokens_show, "Show all active call tokens", show_tokens_usage };
More information about the svn-commits
mailing list