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.
,
is for parallel/hunt all calling and|
is for serial/one by one calling.:_:
Enterprise originate
is 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_Originate – Sasi Varunan