mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Numerous documentation updates.
(closes issue #13970) Reported by: pkempgen Patches: __20081217_cli_usage_fixes.patch.txt uploaded by blitzrage (license 10) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165792 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6439,9 +6439,9 @@ static char *handle_queue_pause_member(struct ast_cli_entry *e, int cmd, struct
|
||||
e->command = "queue {pause|unpause} member";
|
||||
e->usage =
|
||||
"Usage: queue {pause|unpause} member <member> [queue <queue> [reason <reason>]]\n"
|
||||
" Pause or unpause a queue member. Not specifying a particular queue\n"
|
||||
" will pause or unpause a member across all queues to which the member\n"
|
||||
" belongs.\n";
|
||||
" Pause or unpause a queue member. Not specifying a particular queue\n"
|
||||
" will pause or unpause a member across all queues to which the member\n"
|
||||
" belongs.\n";
|
||||
return NULL;
|
||||
case CLI_GENERATE:
|
||||
return complete_queue_pause_member(a->line, a-> word, a->pos, a->n);
|
||||
@@ -6513,8 +6513,8 @@ static char *handle_queue_set_member_penalty(struct ast_cli_entry *e, int cmd, s
|
||||
e->command = "queue set penalty";
|
||||
e->usage =
|
||||
"Usage: queue set penalty <penalty> on <interface> [in <queue>]\n"
|
||||
"Set a member's penalty in the queue specified. If no queue is specified\n"
|
||||
"then that interface's penalty is set in all queues to which that interface is a member\n";
|
||||
" Set a member's penalty in the queue specified. If no queue is specified\n"
|
||||
" then that interface's penalty is set in all queues to which that interface is a member\n";
|
||||
return NULL;
|
||||
case CLI_GENERATE:
|
||||
return complete_queue_set_member_penalty(a->line, a->word, a->pos, a->n);
|
||||
@@ -6575,8 +6575,8 @@ static char *handle_queue_rule_show(struct ast_cli_entry *e, int cmd, struct ast
|
||||
e->command = "queue show rules";
|
||||
e->usage =
|
||||
"Usage: queue show rules [rulename]\n"
|
||||
"Show the list of rules associated with rulename. If no\n"
|
||||
"rulename is specified, list all rules defined in queuerules.conf\n";
|
||||
" Show the list of rules associated with rulename. If no\n"
|
||||
" rulename is specified, list all rules defined in queuerules.conf\n";
|
||||
return NULL;
|
||||
case CLI_GENERATE:
|
||||
return complete_queue_rule_show(a->line, a->word, a->pos, a->n);
|
||||
@@ -6606,7 +6606,7 @@ static char *handle_queue_rule_reload(struct ast_cli_entry *e, int cmd, struct a
|
||||
e->command = "queue reload rules";
|
||||
e->usage =
|
||||
"Usage: queue reload rules\n"
|
||||
"Reloads rules defined in queuerules.conf\n";
|
||||
" Reloads rules defined in queuerules.conf\n";
|
||||
return NULL;
|
||||
case CLI_GENERATE:
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user