Skip to content
Snippets Groups Projects
Commit b79adb64 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Add more verbage to CLI command 'pri show channels' usage.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@308205 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c87f9c82
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment