Fix H.323 doc stuff (bug #2739)
authorMark Spencer <markster@digium.com>
Wed, 27 Oct 2004 20:02:35 +0000 (20:02 +0000)
committerMark Spencer <markster@digium.com>
Wed, 27 Oct 2004 20:02:35 +0000 (20:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4112 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_h323.c

index 8965fc1..e657409 100755 (executable)
@@ -1581,9 +1581,9 @@ static struct ast_cli_entry  cli_show_codecs =
 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)
 {