I am newbie using SIP protocol, I googled alot to find an answer for the following but unfortunately I didn't find an answer.
Is it possible using SIP protocol to initiate call from a SIP server to two clients, and then merge the two calls?
I am newbie using SIP protocol, I googled alot to find an answer for the following but unfortunately I didn't find an answer.
Is it possible using SIP protocol to initiate call from a SIP server to two clients, and then merge the two calls?
Yes it is possible. The conferencing servers heavily use the concept of initiating calls to end users and then merging them to a conference session. You can look into code of Asterisk IPPBX or other similar implementations to get an idea.