From: Olle Johansson Date: Tue, 20 Nov 2007 14:44:26 +0000 (+0000) Subject: Fix sip show history. X-Git-Tag: 1.6.0-beta1~3^2~756 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28531cde0807720c5b6b4c09844c5f4a8fae10ca;p=thirdparty%2Fasterisk.git Fix sip show history. Closes issue #11312 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89446 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e70d1ee830..b2b8c4b7c7 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -12213,8 +12213,8 @@ static char *sip_show_history(struct ast_cli_entry *e, int cmd, struct ast_cli_a case CLI_INIT: e->command = "sip show history"; e->usage = - "Usage: sip show history \n" - " Provides detailed dialog history on a given SIP channel.\n"; + "Usage: sip show history \n" + " Provides detailed dialog history on a given SIP call (specified by call-hid).\n"; return NULL; case CLI_GENERATE: return complete_sip_show_history(a->line, a->word, a->pos, a->n);