From a73524874c7562ed4d34514683398cf308de1817 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Tue, 18 May 2004 16:06:30 +0000 Subject: [PATCH] fix documenation bug git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3005 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_h323.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_h323.c b/channels/chan_h323.c index a3faf306f5..6151f6846b 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 };