Here you set `musicFilePath` in order to load audio to the media session, but then don't do anything with it.
https://github.com/sipsorcery-org/sipsorcery/blob/88339ba9e5bb8e0020b75467571937587e...
Same issue with STUN server disabled. It's this stupid apple crap.
```
11:05:04 AM | InitSession: rtc:added servers
11:05:04 AM | No DTLS certificate is provided in the configuration
11:05:04...
Yes our app can run in a docker container. I was previously using a webrtc library that I partially wrote that had an inbuilt turn server that was the only way to connect to the docker container o...
Using the latest version of OSX (sequoia 15.1 beta and release channel) - connections work fine on same computer but connecting over the network or internet ICE completes, connection succeeds but t...
Any help is appreciated to solve WebRTC ICE negotiation on an AWS instance.
On AWS, the instance hosting the SIPSorcery stack has its own private address.
there are 2 ways to give public access...
In WindowsVideoEndPoint.cs ((IMemoryBufferByteAccess)reference).GetBuffer(out dataInBytes, out capacity) will make a crash with .net5(Invalid cast from 'WinRT.IInspectable' to)
solution:https:...
Hi Aaron, thanks for such a great library and contributing to open source.
I am new to WebRTC and trying to implement the WebRTC "Perfect Negotiation" pattern: [https://developer.mozilla.org/en...
Hi! The server is located behind NAT. After some time, during an active conversation, the server terminates the connection due to the absence of incoming packets. Does the sipsorcery send the keepa...
Hello!
I am a beginner developer, so please do not judge strictly, if something is unclear, I will add more information.
I need to receive notifications from accounts on a working SIP server. I...
I want call to usual phone with SIM card. Is it pissible? And if it's can i use this library for ASP.Net web app?
I have a sip provider account with Domain, Username, Password. I'm try this exam...
I think some basic behavior is missing in the SIPRegistrationUserAgent when it comes to SRV lookups.
1. The outbound proxy must be resolved for each registration attempt (just as registrarHost w...
Hi there,
I'm developing a Xamarin mobile app (iOS & Android) that uses SIPSorcery to make calls with webRTC and SIP signalling via a private backend.
Making outgoing calls is working nicel...
Hi Aaron Clauson,
we are currently trying the following UseCase:
A user is supposed to connect to a Kamailo/Freeswitch on an iOS Unity client via WebRTC + SIP. The Freeswitch is working with the...
Hi
I've Developed a VoIP Application using SIPSorcery. I've Registered an username at Server's PBX by it and Although I accept an incoming call But I've not get any response from Application in ...
Hi,
I have a windows service establishing a call to a SIPUserAgent. Voice call is working fine.
But I need to send a Video/Image which I have in form of a byte array.
How can I accomplish this...
In SipSorcery's WebRTCViewer, when running the application on the localhost, all seems fine. However when I try to switch to a non-local wss address, I tend to get the following error
**Exceptio...
@sipsorcery Hello, I am working on an application on Xamamrin.Frorms platform, could you please share some code or solution? now i am using the library (sipsorcery), i can call, but cant transfer m...
Working with freepbx
After registered sip server send options message and doesn't get answer. On freepbx it show that client is offline although is connected
Hello,
we have done a Webrtc application with SIPSorcery 5.1.2 (not the latest) and SipSorcery.FFMpeg for video encoding.
We do not need audio and we actually achieve encoding video with ffmpe...
The [SIPClientWebSocketChannel.SendSecureAsync](https://github.com/sipsorcery-org/sipsorcery/blob/d2fd5ae649ea5c9d29bb750d6190cff9eb04bff7/src/core/SIP/Channels/SIPClientWebSocketChannel.cs#L136) a...
When I use an AudioSendOnlyMediaSession as media session for a call with a SIPUserAgent I get this exception
Unhandled exception. System.ArgumentNullException: Value cannot be null.
at Syst...
I want to create a simple messaging application using this lib.
The main point is to make a P2P app that uses a STUN server to make behind NAT communication.
Maybe someone has such experience a...
Hi Aaron Clauson :
I'm having a problem with sipsorcery.
I have deployed a freeswitch on my intranet 192.168.1.182 , freeswitch works fine. I have tested with eyebeam softphone client and it wor...
I relalise this answer is a bit late but if you need to handle the call media this is not the right library for you. Managed dev environments like dotnet don't play well with high performance media...
Hi, I want to use your library for building a SIP server. Main goal is to have a centralized app, where I will initialize VOIP calls to clients and after the client accepts the call, the call will ...