<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-dev] Bridging to multiple endpoints</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>This is too easy and seems to be working great! I&#8217;m glad I asked before heading down the path I thought I had to venture.<BR>
<BR>
Thanks!<BR>
<BR>
K<BR>
<BR>
<BR>
On 6/24/09 2:20 PM, &quot;Michael Jerris&quot; &lt;mike@jerris.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>You can use the same switch_ivr_originate code, in your dial string seperate the destinations with , or | depending on if you want them to ring all at once or in order one at a time.<BR>
<BR>
Mike<BR>
<BR>
On Jun 24, 2009, at 5:01 PM, Kevin Snow wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'> Hi,<BR>
&nbsp;<BR>
&nbsp;I&#8217;m writing a module where I have an inbound call and want to bridge this to multiple endpoints. Each of these destination endpoints will ring until one of them is answered. At this point I want to bridge to that endpoint and cancel the others to stop the ringing.<BR>
&nbsp;<BR>
&nbsp;What is the recommended way to do this in FS?<BR>
&nbsp;<BR>
&nbsp;I have the ring single endpoint (switch_ivr_originate) and bridge to that endpoint when answered working. I&#8217;m trying to understand the multiple endpoint case now.<BR>
&nbsp;<BR>
&nbsp;It seems that I will need to create a new session for each endpoint. In each of these session threads I can then switch_ivr_originate to a single endpoint. Somehow, each endpoint will need to know about the others to cancel them when it&#8217;s endpoint is answered. This could get tricky with lots of edge cases, is there a recommended way to accomplish this programmatically?<BR>
&nbsp;<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
Freeswitch-dev mailing list<BR>
Freeswitch-dev@lists.freeswitch.org<BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>