Sorry about the confusion, I'm just trying to think over all the abnormal situations before the implementation and hope the flow has no design flaws.<br><br>Client A is parked in Queue 1, multiple consumers will be ringed to answer him. And once the first one is connected, all the rest will hang up. This is the targeted function. <br>
<br>To achieve this, I'm considering to originate a call to each consumer and put the calls in Queue 2. Then intercept client A to the first element of Queue 2. <br><br>I'm not sure if it's the usual or the best way. If you feel not, please don't hesitate to correct me. Any thoughts are warmly appreciated.<br>
<br><div class="gmail_quote">On Thu, Jan 21, 2010 at 7:41 PM, Seven Du <span dir="ltr"><<a href="mailto:dujinfang@gmail.com">dujinfang@gmail.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;">
what no errors mean? how do you originate calls to consumers? 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>
<div><div></div><div class="h5">> 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 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 consumers with<br>
> no errors. Please let me know whether I'm on the right track.<br>
><br>
> Thanks and best regards,<br>
> -Jingwei<br>
><br>
<br>
</div></div>_______________________________________________<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>
</blockquote></div><br>