Click here to Skip to main content
15,894,252 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all...
I am developing a softphone by pjsip4net project open sourc .
When a softphone wants to disconnect call the call is disconnected successfuly but
when agent wants to disconnect call this the softphone does not recognize it .
please help me ...

What I have tried:

Develope a softphone by pjsip4net open source project .
Posted
Updated 24-Sep-16 11:08am
Comments
[no name] 24-Sep-16 7:32am    
"Develope a softphone by pjsip4net open source project" is not C#, wont' compile and does not even remotely demonstrate your problem.

1 solution

I suggest you take your questions about this to the person who developed it

GitHub - siniypin/pjsip4net: .Net SIP user agent - a .Net wrapper of pjsip SIP library[^]

Quickly looking through the code, it looks like to disconnect a call it is in the Call.cs class.

pjsip4net/Call.cs at master · siniypin/pjsip4net · GitHub[^]

In that class appears to be a HangUp method that you can use.

But again, I just eyeballed that in 5 minutes. You are better off contacting the person who wrote this library.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900