summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-11-20 14:44:26 +0000
committerOlle Johansson <oej@edvina.net>2007-11-20 14:44:26 +0000
commit28531cde0807720c5b6b4c09844c5f4a8fae10ca (patch)
tree1714a0b28f5717146a90474f2a595480436633f0 /channels/chan_sip.c
parent308646f8efb1aa9cddb7a3cea4ffe441d82d383f (diff)
Fix sip show history.
Closes issue #11312 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89446 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index e70d1ee83..b2b8c4b7c 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 <channel>\n"
- " Provides detailed dialog history on a given SIP channel.\n";
+ "Usage: sip show history <call-id>\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);