When conferencing with SIP you usually have two options:
- paging all targets (in parallel) and putting them in a conference
- Pros: you get answer confirmation
- Cons: you need a conference bridge software go receive media and unicast it to each destination, which leads to synchronization problems and higher load
- making all receivers dumbly listen to a multicast address and port for RTP audio
- Pros: media is synchronized on all receiver
- Cons: you don't know who's really listening
Is there a way of having all the pros by parallel calling all targets and sending them the multicast address and port they need to listen to? We're currently using Asterisk, but I was looking at FreeSWITCH or Kamailio/OpenSIPs, with little luck.
There are no realization like that.
But you can do it by modify client soft to accept special sip message with multicast stream.
After that you have send in dialplan that stream when you want it listen multicast.
Asterisk can do multicast without any issues
Also you can do send multicast address in sip INVITE. If client support that(most clients not support), you can get calls with multicast rtp in downstream direction and usual in other direction.