[asterisk-commits] rmudgett: trunk r308205 - /trunk/channels/chan_dahdi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Feb 17 14:22:00 CST 2011


Author: rmudgett
Date: Thu Feb 17 14:21:56 2011
New Revision: 308205

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=308205
Log:
Add more verbage to CLI command 'pri show channels' usage.

Modified:
    trunk/channels/chan_dahdi.c

Modified: trunk/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=308205&r1=308204&r2=308205
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Thu Feb 17 14:21:56 2011
@@ -14181,7 +14181,10 @@
 		e->command = "pri show channels";
 		e->usage =
 			"Usage: pri show channels\n"
-			"       Displays PRI channel information\n";
+			"       Displays PRI channel information such as the current mapping\n"
+			"       of DAHDI B channels to Asterisk channel names and which calls\n"
+			"       are on hold or call-waiting.  Calls on hold or call-waiting\n"
+			"       are not associated with any B channel.\n";
 		return NULL;
 	case CLI_GENERATE:
 		return NULL;




More information about the asterisk-commits mailing list