From: Russell Bryant Date: Wed, 25 Oct 2006 19:08:18 +0000 (+0000) Subject: update warning message to include "agi" option (issue #8225, jmls) X-Git-Tag: 1.4.0-beta4~274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28d95795846224a5dd55a135e1887d7920cccea0;p=thirdparty%2Fasterisk.git update warning message to include "agi" option (issue #8225, jmls) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46249 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 33a22262c0..3800361812 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; }