Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sipsorcery

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
That snuck in under the radar somehow. Fixed in #1220.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Unused argument on `VoIPMediaSession` Class
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...
sipsorcery deleted a branch sipsorcery-org/sipsorcery

vopimedia-fix-ctor

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Removed unused parameter from voimediasession ctor. (#1220) c4d865a

View on GitHub

sipsorcery created a branch on sipsorcery-org/sipsorcery

vopimedia-fix-ctor - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

sipsorcery created a review on a pull request on nofrixion/moneymoov-dotnet

View on GitHub

sipsorcery pushed 3 commits to gh-pages sipsorcery-org/sipsorcery
  • Handle exceptions in the fire and forget update ICE candidate list method. (#1218) 32d6dcf
  • Merge branch 'master' into gh-pages 2126dcd
  • Appveyor CI updates ea05212

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
WebRTC ICE negotiation on AWS
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Invalid cast from 'WinRT.IInspectable' to
In WindowsVideoEndPoint.cs ((IMemoryBufferByteAccess)reference).GetBuffer(out dataInBytes, out capacity) will make a crash with .net5(Invalid cast from 'WinRT.IInspectable' to) solution:https:...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Question: SS and the WebRTC "perfect negotiation"
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
How can I send a keepalive message to the server?
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Problem with subscribing to notifications using SIPNotifierClient.
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Can i call to standart phone number with sipsorcery?
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
SIPRegistrationUserAgent Resolve Issues
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
There is no async version of OnIncomingCall event
OnIncomingCall event will be called from **async Task SIPTransportRequestReceived**. Is there any reasons that OnIncomingCall is not async please?
sipsorcery closed an issue on sipsorcery-org/sipsorcery
DTLS Client throws TLSFatalError when X_DisableExtendedMasterSecretKey = true
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Kamailio / Freeswitch connection with rooms
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
remote sys does not hear a ringing tone after local acceptance
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 ...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Send video to SIPUserAgent
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
WebSocket Server - ERR: The IP Address of the host is not a local IP Address - SipSorcery WebRTC Receiver
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 closed an issue on sipsorcery-org/sipsorcery
How to make calls using xamarin.froms?
@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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Registration problem
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
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Is there a way to use RTPSession with VP9
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...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Won't fix.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Server certificate name not being used for SIP client web socket connections
The [SIPClientWebSocketChannel.SendSecureAsync](https://github.com/sipsorcery-org/sipsorcery/blob/d2fd5ae649ea5c9d29bb750d6190cff9eb04bff7/src/core/SIP/Channels/SIPClientWebSocketChannel.cs#L136) a...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Exception when using AudioSendOnlyMediaSession
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Messaging application using sipsorcery lib
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
SIP intranet sipsorcery not receiving incoming calls.
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...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
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...

View on GitHub

Load more