Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sipsorcery closed an issue on sipsorcery-org/sipsorcery
6.0.12 breaks DNS resolution in SIPB2BUserAgent.Call
Hello, It looks like release 6.0.12 breaks DNS resolution when using SIPB2BUserAgent's `Call` method. When passing it a SIP URI with a domain name (as opposed to an IP address), the following er...sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Just for context the SCTP and data channels implementation was whipped together in a month to replace a previous native dependency. That was the last major effort I undertook on this library before...
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Fix sip parsing unicode (#1223) * Fix SIP parsing to properly handle unicode characters. * Added asserts for from... c7d814c
sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Fix sip parsing unicode
The SIP buffer parsing was using a string search to find the posn in the buffer where the headers ended. That does not work if there are multi-byte unicode chars present. This PR searches the buffe...sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Fixed in #1223.
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Fix EndHeaderPosn in ParseSIPMessage method when HeaderString contains Chinese Text
src/core/SIP/SIPMessageBuffer.cs Line 154-155: sipMessage.Body = new byte[buffer.Length - (endHeaderPosn + 4)]; Buffer.BlockCopy(buffer, endHeaderPosn + 4, sipMessage.Body, 0, buffer.L...sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Fix sip parsing unicode
The SIP buffer parsing was using a string search to find the posn in the buffer where the headers ended. That does not work if there are multi-byte unicode chars present. This PR searches the buffe...sipsorcery created a branch on sipsorcery-org/sipsorcery
fix-sip-parsing-unicode - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
sipsorcery pushed 5 commits to gh-pages sipsorcery-org/sipsorcery
sipsorcery created a tag on sipsorcery-org/sipsorcery
v8.0.3 - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
sipsorcery closed an issue on sipsorcery-org/sipsorcery
ice-mismatch when calling an UA based on PJSIP
Hi, I'm trying to call a SIP client based on PJSIP, but the SDP negotiation fails because the PJSIP client answer with an attribute a=ice-mismatch. I think I should modify the offer sent, but...sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Disabled another failing test on macosx. eae2fa7
sipsorcery pushed 3 commits to gh-pages sipsorcery-org/sipsorcery
sipsorcery pushed 2 commits to master sipsorcery-org/sipsorcery
sipsorcery created a tag on sipsorcery-org/sipsorcery
v8.0.2 - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Fixed logging in webrtc get started example. 08b9cb0