0
votes

Can I make multiple outgoing calls to different numbers at the same time in Freeswitch?

I'm new to freeswitch and am trying to understand how it all works. Trying to achieve twilio like functionality whereby I can dial out to multiple numbers at once using the same phone number.

1
, is for parallel/hunt all calling and | is for serial/one by one calling. :_: Enterprise originateis same like Parallel used if you want to set diff variables in case if you want to try sip and pstn hunting in parallel manner. wiki.freeswitch.org/wiki/Freeswitch_IVR_OriginateSasi Varunan

1 Answers

1
votes

Yes, you can call several endpoints simultaneously by separating destinations with commas like this:

<action application="bridge" data="sofia/internal/100%${sip_profile},sofia/internal/101%${sip_profile}"/>

More details you can find here:

https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bridge