aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 19:08:18 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 19:08:18 +0000
commitf649a89b9da16ebb1b1e4536395800b27262b01b (patch)
tree48fdcc66d55b139ee81c1997ee4539806747c3a2 /apps
parentc0065d62e08dc4d5968dc41e7eefa81a76828deb (diff)
update warning message to include "agi" option (issue #8225, jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46249 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 33a22262c..380036181 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -3287,7 +3287,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;
}