From: Rusty Newton Date: Thu, 20 Feb 2014 02:41:16 +0000 (+0000) Subject: apps/app_queue - Fix incorrect Macro parameter documentation X-Git-Tag: 11.9.0-rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a378423c8e66f7706ec65e3784d9d6622b910e83;p=thirdparty%2Fasterisk.git apps/app_queue - Fix incorrect Macro parameter documentation Macro is executed on the called channel, not the calling channel. (closes issue ASTERISK-23069) Reported By: Bryan Anderson ........ Merged revisions 408447 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@408448 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index d6d1e9d1db..aae27495bb 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -227,7 +227,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") connected to a queue member. - Will run a macro on the calling party's channel once they are connected to a queue member. + Will run a macro on the called party's channel (the queue member) once the parties are connected. Will run a gosub on the called party's channel (the queue member) once the parties are connected.