Ecosyste.ms: Timeline

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

sipsorcery

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...

View on GitHub

sipsorcery deleted a branch sipsorcery-org/sipsorcery

fix-sip-parsing-unicode

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

View on GitHub

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.

View on GitHub

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
  • Bumped version to 8.0.2. cc829db
  • Disabled some failing unit tests for macosx. 4b934f6
  • Disabled another failing test on macosx. eae2fa7
  • Bumped version to 8.0.3 dc39099
  • Merge branch 'master' into gh-pages 000210f

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery

View on GitHub

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

View on GitHub

sipsorcery pushed 3 commits to gh-pages sipsorcery-org/sipsorcery
  • Fixed logging in webrtc get started example. 08b9cb0
  • Update README.md f349f0f
  • Merge branch 'master' into gh-pages b6ab521

View on GitHub

sipsorcery pushed 2 commits to master sipsorcery-org/sipsorcery
  • Bumped version to 8.0.2. cc829db
  • Disabled some failing unit tests for macosx. 4b934f6

View on GitHub

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

View on GitHub

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Fixed logging in webrtc get started example. 08b9cb0

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Ok, thanks for testing. Seems it's something on macOSX and not much that can be done here.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Connections dropping on OSX Sequoia
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...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Make a call using SIPWebSocketChannel towards a registered WebRTC client
How can we make an outbound call using the SIPWebSocketChannel towards a registered WebRTC client?
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
The [SIPCallServer](https://github.com/sipsorcery-org/sipsorcery/blob/master/examples/SIPExamples/SIPCallServer/Program.cs) is the closest example.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
How to realize the ip phone proxy server function similar to opensips
Hello, I want to realize the intranet IP phone inter-dial function, similar to opensips, I saw that the REGISTER function is implemented in the projects UserAgentServer and SIPProxy in SIPExamples,...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Not receiving RTP events or reports
I am streaming from my server to the browser using webrtc and FFMPEG. I am trying to figure out if I am getting packet loss indicators from the browser and then trigger a keyframe from my encoding ...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
"Option not found" with encoder option -vf scale=1280:720
hello , thanks for this great library , it helps me alot , but i am facing an issue , i am trying to scale down the frame that i am passing to ffmpeg using encoderOptions in FFmpegVideoEncoder thr...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
When Re-joining to janus audio bridge, peer connection could not stablished
STEP 01: Successfully joined in janus audio brigdge room and audio call is on. STEP 02: Left from Room STEP 03: after joining again, getting following status Ice State has Changed check...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
That's by design. The value returned by the server is the value it wants the client to use. If you use a larger value the server will discard the registration once its expiry period is reached.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Defect in REGISTER Expire value
Hi, I think I've found a defect in the value of the `Expires` header in the `REGISTER` message. If the registrar server adds the `expires` parameter in the `Contact` field in the `OK` respons...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Unable to create WindowAudioEndPoint
I have observed the exception when unable to create the WindowAudioEndPoint when working with NAudio. Code: ` var userAgent = new SIPUserAgent(sipTransport, OUTBOUND_PROXY); userAgent.ClientC...
Load more