]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
update warning message to include "agi" option (issue #8225, jmls)
authorRussell Bryant <russell@russellbryant.com>
Wed, 25 Oct 2006 19:08:18 +0000 (19:08 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 25 Oct 2006 19:08:18 +0000 (19:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46249 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 33a22262c09b018b094c5ad3aa0eee494901159f..38003618125f28a6403ba9235f8af3259cef9c46 100644 (file)
@@ -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;
        }