On Wed, Jun 24, 2009 at 2:01 PM, Kevin Snow <kevin.s...@ooma.com> wrote:

>  Hi,
>
> 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.
>

The originate and bridge commands support multiple-ring, first-answer-wins
dialing:
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridgecall#Description

A comma-sep list of endpoints means simultaneous ring. (Pipe-delim means
sequential ring.)
HtH. BTW, what language are you using for your module?
-MC

>
>
_______________________________________________
Freeswitch-dev mailing list
Freeswitch-dev@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org

Reply via email to