[Asterisk-cvs] asterisk/channels chan_h323.c,1.85,1.86
markster at lists.digium.com
markster at lists.digium.com
Wed Oct 27 15:59:17 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv9931/channels
Modified Files:
chan_h323.c
Log Message:
Fix H.323 doc stuff (bug #2739)
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- chan_h323.c 26 Oct 2004 22:25:43 -0000 1.85
+++ chan_h323.c 27 Oct 2004 20:02:35 -0000 1.86
@@ -1581,9 +1581,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 };
int reload_config(void)
{
More information about the svn-commits
mailing list