dect
/
asterisk
Archived
13
0
Fork 0

Update warning message to not have pipes and contain all options.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@190622 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mmichelson 2009-04-27 16:26:14 +00:00
parent 7f6257feb8
commit 9451c54d0a
1 changed files with 1 additions and 1 deletions

View File

@ -5061,7 +5061,7 @@ static int queue_exec(struct ast_channel *chan, void *data)
struct queue_ent qe;
if (ast_strlen_zero(data)) {
ast_log(LOG_WARNING, "Queue requires an argument: queuename[|options[|URL[|announceoverride[|timeout[|agi]]]]]\n");
ast_log(LOG_WARNING, "Queue requires an argument: queuename[,options[,URL[,announceoverride[,timeout[,agi[,macro[,gosub[,rule]]]]]]]]\n");
return -1;
}