Thanks for the reply. All the agents are dynamic and I can't predefine them in the config file.<br><br>Regards,<br>-Jingwei<br><br><div class="gmail_quote">On Fri, Jan 22, 2010 at 12:50 AM, François Delawarde <span dir="ltr"><<a href="mailto:fdelawarde@wirelessmundi.com">fdelawarde@wirelessmundi.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Why do you need 2 fifos? You could have callback agents connected to the<br>
fifo and send incoming calls there, mod_fifo will do the rest.<br>
<br>
To configure agents for callback:<br>
<a href="http://wiki.freeswitch.org/wiki/Mod_fifo#Configure_for_Agent_Callback" target="_blank">http://wiki.freeswitch.org/wiki/Mod_fifo#Configure_for_Agent_Callback</a><br>
<br>
To place a call into a fifo:<br>
<a href="http://wiki.freeswitch.org/wiki/Mod_fifo#Put_a_caller_into_a_FIFO_queue" target="_blank">http://wiki.freeswitch.org/wiki/Mod_fifo#Put_a_caller_into_a_FIFO_queue</a><br>
<font color="#888888"><br>
François.<br>
</font><div><div></div><div class="h5"><br>
On Thu, 2010-01-21 at 23:39 +0800, Jingwei Yang wrote:<br>
> Sorry about the confusion, I'm just trying to think over all the<br>
> abnormal situations before the implementation and hope the flow has no<br>
> design flaws.<br>
><br>
> Client A is parked in Queue 1, multiple consumers will be ringed to<br>
> answer him. And once the first one is connected, all the rest will<br>
> hang up. This is the targeted function.<br>
><br>
> To achieve this, I'm considering to originate a call to each consumer<br>
> and put the calls in Queue 2. Then intercept client A to the first<br>
> element of Queue 2.<br>
><br>
> I'm not sure if it's the usual or the best way. If you feel not,<br>
> please don't hesitate to correct me. Any thoughts are warmly<br>
> appreciated.<br>
><br>
> On Thu, Jan 21, 2010 at 7:41 PM, Seven Du <<a href="mailto:dujinfang@gmail.com">dujinfang@gmail.com</a>> wrote:<br>
> what no errors mean? how do you originate calls to consumers?<br>
> I don't<br>
> understand your scenario.<br>
><br>
> 2010/1/21, Jingwei Yang <<a href="mailto:jingwei.yang@gmail.com">jingwei.yang@gmail.com</a>>:<br>
><br>
> > Hi All,<br>
> ><br>
> > Please advise whether the following flow makes sense.<br>
> ><br>
> > 1. Client A calls in and parked in Queue 1<br>
> > 2. Originate calls to several consumers simultaneously and<br>
> park them in<br>
> > Queue 2<br>
> > 3. Intercept A's call to the first consumer of Queue 2<br>
> ><br>
> > Basically I want A's call picked up by the first among many<br>
> consumers with<br>
> > no errors. Please let me know whether I'm on the right<br>
> track.<br>
> ><br>
> > Thanks and best regards,<br>
> > -Jingwei<br>
> ><br>
><br>
><br>
> _______________________________________________<br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
> _______________________________________________<br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>