Add more verbage to CLI command 'pri show channels' usage.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 17 Feb 2011 20:21:56 +0000 (20:21 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 17 Feb 2011 20:21:56 +0000 (20:21 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@308205 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_dahdi.c

index 103bb89..4febe69 100644 (file)
@@ -14181,7 +14181,10 @@ static char *handle_pri_show_channels(struct ast_cli_entry *e, int cmd, struct a
                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;