sipdotnet icon indicating copy to clipboard operation
sipdotnet copied to clipboard

.NET wrapper for liblinphone library

Results 13 sipdotnet issues
Sort by recently updated
recently updated
newest added

Hi, I have a problem with the published version of the application, it is a windows forms application C #, when I try to make a call it gives me...

when i tried to receive a call audio is not working for both incoming and outgoing call. And how to request a video call to from this application. please help...

``` Account account = new Account("1001","mypassword", "192.168.100.1"); phone = new Phone(account); phone.PhoneConnectedEvent += delegate () { phone.MakeCall("1002"); } ``` this scripts are work. but when the call picked up from...

i am facing app crashes every few hours of using the class. The Windows event logs indicate that the app crashed due to: Faulting module name: ucrtbase.dll, version: 10.0.16299.248, time...

Hi! So I'm trying to call Phone.Connect(), and the error 'unable to find Liblinphone.DLL' occurs. If I remove this line it doesn't happen, but also this line is essential to...

HI! Thank you for your solution. We try to integrate your solution in our project, but didn't found next things: 1. How to switch on keep alive query. Is it...

I am trying to register an Account object for IP to IP call as follows: Account account = new Account("sip", "", "127.0.0.1", 5060); // no password Phone phone = new...

There's no way to play audio files without software like VAC or transmit it to mic?

Hi! I think I found a way to replicate the issue partially described in #22 If you start a Call, and then kill the process while it is still in...

Summary: I have built a simple WPF app using sipdotner, and calls both inbound and outbound are working. However, audio is not present for outbound calls. Details: Linphone works fine...