summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2014-02-20 02:44:26 +0000
committerRusty Newton <rnewton@digium.com>2014-02-20 02:44:26 +0000
commitb17c80f4f0cb5f338e80033818c24acd661ba51a (patch)
tree61f37281d62f89b3ce9e806094640a0df14c4a85 /apps
parent75067daac7b3afa750cd974c22371d0690ee0f0b (diff)
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 ........ Merged revisions 408448 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 408449 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408450 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 97ea60cdc..d0589ba65 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -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>