ladendirekt / pjsip4net

A wrapper library exposing the pjsip library to the .NET world in a OO-friendly way.
71 stars 42 forks source link

Need to disconnect particular number from conference #123

Open laranceas opened 9 months ago

laranceas commented 9 months ago

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

SathishRajaK commented 9 months ago

I am also facing the same issue .

siniypin commented 9 months ago

Hi,

I'm not sure I understand your problem exactly. I'd need a bit more context to try and help you:

Cheers

SathishRajaK commented 9 months ago

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 ?