From 8c1e17b171087ec582d0c52d06c3657be16eedff Mon Sep 17 00:00:00 2001 From: Rusty Newton Date: Thu, 20 Feb 2014 02:39:48 +0000 Subject: [PATCH] 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@408447 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 62592a8240..41ae80d40b 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -205,7 +205,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.