> From: "Matias G." <[EMAIL PROTECTED]> > Subject: Re: [Asterisk-Users] How to park/transfer a call received from a Queue? > To: "Asterisk Users Mailing List - Non-Commercial Discussion"
> you haven't include hte part where you make > AgentCallBackLogin() the context > you enter there is the one where your call will be tried to > place when the agent transfers it > ie: > exten => 11,1,AgentCallbackLogin(|[EMAIL PROTECTED]) > will log that agent in a valid extension inside that context. when the > agent tries to transfer he will be allowd to transfer to extensions valid in that > context... > > hope this helps. GREAT! This was the trick! I just needed to add include => parkedcalls In the context of [CallCenter] include => parkedcalls Exten => ...... All the phone extensions. And now it's parking and transfering as a charm :-)) Thanks Matias and the other hints I received from the list :-) Wessel de Roode -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.4 - Release Date: 27-03-05 _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
