aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 16:06:30 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 16:06:30 +0000
commit75c4fb376e39be15118f8158297cf1e082b6f336 (patch)
tree937fe1b16edf3052220ec2fb1597c9bc97d105a8 /channels/chan_h323.c
parent5bd1bde3dc3316eda19a53a0a471de10c14c094b (diff)
fix documenation bug
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3005 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_h323.c')
-rwxr-xr-xchannels/chan_h323.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index a3faf306f..6151f6846 100755
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -1417,7 +1417,7 @@ 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, "Manually try to hang up a call", show_hangup_usage };
+ { { "h.323", "hangup", NULL }, h323_ep_hangup, "Show all active call tokens", 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 };