]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix summaries for chan_h323 cli commands (bug #2739)
authorRussell Bryant <russell@russellbryant.com>
Fri, 29 Oct 2004 14:03:28 +0000 (14:03 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 29 Oct 2004 14:03:28 +0000 (14:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4126 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES
channels/chan_h323.c

diff --git a/CHANGES b/CHANGES
index 2a6287aac79f583df9f271443282ccad02105346..7e93804bb76d2b253635119ca680110493d80e53 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+ -- chan_h323
+    -- fix summaries for CLI commands 
 Asterisk 1.0.2
  -- Major bugfix release
 Asterisk 1.0.1
index c64a6e254b153dd3a0f7a37573d631510cd4e84a..b64db048e4d7407ae42d3990533ec122df3b32c3 100755 (executable)
@@ -1594,9 +1594,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 };