Archived
14
0
Fork 0

Fix sip show history.

Closes issue #11312


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89446 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2007-11-20 14:44:26 +00:00
parent 4d1cce0b2b
commit 757cdf0317

View file

@ -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);