[svn-commits] oej: trunk r89446 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 20 08:44:26 CST 2007


Author: oej
Date: Tue Nov 20 08:44:26 2007
New Revision: 89446

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89446
Log:
Fix sip show history.

Closes issue #11312

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=89446&r1=89445&r2=89446
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Tue Nov 20 08:44:26 2007
@@ -12213,8 +12213,8 @@
 	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);




More information about the svn-commits mailing list