Open laranceas opened 9 months ago
I am also facing the same issue .
Hi,
I'm not sure I understand your problem exactly. I'd need a bit more context to try and help you:
Cheers
In this scenario, if Agent 1 has initiated a conference call with both Customer and Agent 2, and all three parties are currently in the conference, then I need to disconnect Agent 2's call from the conference. Is this is possible ?
We are using pjsip4net for communicating with our free switch product, we can't able to disconnect a particular number from conference.
If i uses the DisconnectFromConference, it remove my number from Conference.
But i need particular side from the conference, so we used Disconnect_Conference method which used the conference id and slot id as input, we also tried to input their conference id and conference slot id vice versa, but we could not able to achieve this. it failed to disconnect the number from Conference,
Please help with any suggestions