aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-27 20:02:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-27 20:02:35 +0000
commit15f87a90769e07a89f558e5ae43cc48675457202 (patch)
tree835e93c0aaa8572d58e21cf9d53f1fc0b485f5ce
parent8129d4f03e46408d283b2b215171f078de9cdf52 (diff)
Fix H.323 doc stuff (bug #2739)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4112 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xchannels/chan_h323.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 8965fc125..e657409ae 100755
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -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)
{