How can I detect if a call went to voicemail or was picked up by a person? I noticed that callResult still shows success, and IsCallActive remains true even when no one actually picks up. I conside...
> I can replicate this. I'm pretty sure it's a bug in the [VoIPMediaSession ctor](https://github.com/sipsorcery-org/sipsorcery/blob/39896a2b9e6eae66ba27b3d15bceec320f623f5a/src/app/Media/VoIPMediaS...
Hello,
I'm experiencing very poor audio quality when using
```
voipMediaSession.AudioExtrasSource.SendAudioFromStream(new FileStream("hellowelcome8k.raw", FileMode.Open), AudioSamplingRatesEn...
Hello,
I'm experiencing very poor audio quality when using
```
voipMediaSession.AudioExtrasSource.SendAudioFromStream(new FileStream("hellowelcome8k.raw", FileMode.Open), AudioSamplingRatesEn...
> I won't troubleshoot it for you but you hvae options. Use Wireshark to capture the SIP request with ozeki and compare it with the one you are sending with this library. It will most likely be som...
If i privre
> Seems more like a SIP Provider issue than a library issue.
>
> Only suggestion i have is to add a space between the From name and URI:
>
> `const string from = "46735000000 <...
> Seems more like a SIP Provider issue than a library issue.
>
> Only suggestion i have is to add a space between the From name and URI:
>
> `const string from = "46735000000 <[email protected]...
> Feel free to re-open if any further info.
I'm having a issue where I just receive "Call Result Failure" when using SIPCallDescriptor.
`
const string DESTINATION = "sip:...
> Feel free to re-open if any further info.
I'm having a issue where I just receive "Call Result Failure" when using SIPCallDescriptor.
`
const string DESTINATION = "sip:46735000000@si...
I need example code, I dont understand anything with documentation only, i dont understand how I am supposed to understand how to use it. Can anyone please help me with example code for making call...