Hi Juha,

I have the impression that your scenario is quite differrent, as you are not trying to merge two existing calls. Let's imagine for as second, we want to have two UAs in the same call, after those two guys called SEMS independently from each other. The only way I know by now would require those UAs to join the same conference call.

What you are doing right now is some sort of serial forking. However, if it fits Anton's needs, then I would also recommend him to use ivr or even DSM, as those APIs are much easier than the C++ one.

Cheers
Raphael.

On 05.10.10 12:48, Juha Heinanen wrote:
Juha, could you please show how do you exactly mix 2 sessions using
ivr?
looks like i call on session start

self.setNoRelayonly()

then for each potential callee

self.connectCallee(self.to_uri, self.to_uri)

and when 200 ok comes back,

self.flush()
self.disconnectMedia()
self.setRelayonly()

that is it.

i my opinion using c++ for anything makes no sense unless you first
spend couple of months in trying to learn it.

-- juha

_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to