aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-27 16:27:49 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-27 16:27:49 +0000
commitb2e058c7f6231116e4f520abb8fd846fedf256b5 (patch)
treeaf2c64f288fbbff94261326fc6b4429ce7a60734 /apps
parent231c0e39bb70c683aac93e5dcc23a8f88daa858a (diff)
Merged revisions 190622 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r190622 | mmichelson | 2009-04-27 11:26:14 -0500 (Mon, 27 Apr 2009) | 3 lines Update warning message to not have pipes and contain all options. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@190624 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 5bc679828..cc5eba468 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -4760,7 +4760,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;
}