On Sat, May 30, 2009 at 3:50 AM, Kurian Thayil <[email protected]> wrote: > Hi all, > > I ve setup a queue with 2+ agents for managing our inbound calls from > customer. Using Asterisk 1.2.18 in a CentOS box. Agents login using > AgentCallbackLogin application and I use a BASH AGI to accomplish this > as there are some validations done with MySQL DB. Im aware that transfer > could be done with option 't' in the queue() application and I was able > to successfully transfer calling party (client) to another agent. But is > it possible for the new agent to transfer this calling party to another > agent? ie Does a second transfer is supported in a Queue?
Second transfer wouldn't occur in Queue anymore, as first transfer makes call to bridge outside of Queue. If Queue doesn't pass t flag to the subsequent dial of transfer, You should create transfer context, and set TRANSFER_CONTEXT variable, and put a Dial with t flag there. Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, [email protected] Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
