<br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 2:01 PM, Kevin Snow <span dir="ltr">&lt;<a href="mailto:kevin.snow@ooma.com">kevin.snow@ooma.com</a>&gt;</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;">




<div>
<font face="Verdana, Helvetica, Arial"><span style="font-size: 12px;">Hi,<br>
<br>
I’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>

</span></font></div></blockquote><div><br>The originate and bridge commands support multiple-ring, first-answer-wins dialing:<br><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridgecall#Description">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridgecall#Description</a><br>
<br>A comma-sep list of endpoints means simultaneous ring. (Pipe-delim means sequential ring.)<br>HtH. BTW, what language are you using for your module?<br>-MC<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br></blockquote></div><br>