I'm using a Kamailio proxy version 4.0.4. I have two UAC (Bob1, Bob2) registered with the same URI. Then a third UAC (Alice) sends a INVITE to the proxy. Both UACs receive this Invite and both accept the call. Kamailio now cancels the second (Bob2) and forwards the 200 Ok of the first (Bob1) to Alice.
However, I need to get both 200 Ok reponses from Bob1 and Bob2 to Alice. Alice then wants to talk to them concurrently.
Is this possible with kamailio? How can I prevent the second 200 Ok from being canceled?