aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 19:10:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 19:10:43 +0000
commit259524fd61931f299c78c92ce140157b623d3ad7 (patch)
treeb60da70c1d4f27be2624f0f0e804e2b4900456f2
parentb1f2f72beafd0ba187975386e6989f8ec3501d49 (diff)
Merged revisions 46249 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46249 | russell | 2006-10-25 14:08:18 -0500 (Wed, 25 Oct 2006) | 2 lines update warning message to include "agi" option (issue #8225, jmls) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46250 f38db490-d61c-443f-a65b-d21fe96a405b
-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 ebbf76ae2..afd9f3a85 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -3275,7 +3275,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]]\n");
+ ast_log(LOG_WARNING, "Queue requires an argument: queuename[|options[|URL[|announceoverride[|timeout[|agi]]]]]\n");
return -1;
}