]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
apps/app_queue - Fix incorrect Macro parameter documentation
authorRusty Newton <rnewton@digium.com>
Thu, 20 Feb 2014 02:43:11 +0000 (02:43 +0000)
committerRusty Newton <rnewton@digium.com>
Thu, 20 Feb 2014 02:43:11 +0000 (02:43 +0000)
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
........

Merged revisions 408448 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@408449 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 97ea60cdc552655437006daa15363541330021be..d0589ba658b86e4e8f99300a12b57c6c28dca2f4 100644 (file)
@@ -241,7 +241,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                                connected to a queue member.</para>
                        </parameter>
                        <parameter name="macro">
-                               <para>Will run a macro on the calling party's channel once they are connected to a queue member.</para>
+                               <para>Will run a macro on the called party's channel (the queue member) once the parties are connected.</para>
                        </parameter>
                        <parameter name="gosub">
                                <para>Will run a gosub on the called party's channel (the queue member) once the parties are connected.</para>