Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sipsorcery opened an issue on sipsorcery-org/sipsorcery
ArgumentNullException when receiving RE-INVITE request
### Discussed in https://github.com/sipsorcery-org/sipsorcery/discussions/1193 <div type='discussions-op-text'> <sup>Originally posted by **vezhichenko** October 9, 2024</sup> Is it possibl...sipsorcery closed an issue on sipsorcery-org/sipsorcery
Issues with TURN candidates when RTCPeerConnection is the controlling agent
Short description : when SIPSorcery's RTCPeerConnection is the controlling agent in the ICE session, the `relay` candidates never get chosen before a timeout occurs in situations where the `relay` ...sipsorcery closed an issue on sipsorcery-org/sipsorcery
About turns and tls in the webRTC
First of all, I would like to express my sincere gratitude to the authors of this open-source repository for their valuable contributions to the community. I encountered an issue while using Web...alexander-zerpa created a comment on an issue on sipsorcery-org/sipsorcery
Making ether `Call-ID` or `CSeq` headers different fixed the issue, for future reference here is a [link](https://github.com/sipsorcery-org/sipsorcery/blob/db8114350ed9fdc575a38418c7d18af696a87d8a/...
alexander-zerpa closed an issue on sipsorcery-org/sipsorcery
Inconsistent `OnAckReceived` behavior using ` UASInviteTransaction` for B2Bua
## Description `UASInviteTransaction.OnAckReceived` event is only sometimes invoked when an `ACK` request is received. ## Expected Behavior The event is consistent. ## To Reproduce H...sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
There's currently [no support](https://github.com/sipsorcery-org/sipsorcery/blob/db8114350ed9fdc575a38418c7d18af696a87d8a/src/net/ICE/RtpIceChannel.cs#L685) for connecting to a STUN/TURN servver ov...
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Updated webrtccmdline TURN settings and comments. db81143
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
This is a known issue. I've added it to the enhancements list #1226.
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Growing memory consumption on SipTcpChannel
After 12 hours test, i detect growing memory consumption every time, when method SendOnConnected is called. After a little code analysis, I tried to fix the leak using the dictionary for SocketAsyn...sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I'm unable to replicate this issue and I'm also struggling to think of a way the controlling agent (if by that you mean the DTLS role) could be having any impact. It's possible the TURN was ared he...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
You should definitely be changing the `Call-ID` header as well. It's used in SIP transaction matching logic. If that doesn't fix it can you provide the full SIP trace of both call legs, doesn't ...
alexander-zerpa created a comment on an issue on sipsorcery-org/sipsorcery
> Did you try the existing [B2BUserAgent](https://github.com/sipsorcery-org/sipsorcery/blob/master/src/app/SIPUserAgents/SIPB2BUserAgent.cs)? Seems like it should be a good fit for this use case. ...
bilqisrinjani opened an issue on sipsorcery-org/sipsorcery
About turns and tls in the webRTC
First of all, I would like to express my sincere gratitude to the authors of this open-source repository for their valuable contributions to the community. I encountered an issue while using Web...sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I had a quick look at your code and you seem to be copying the Via headers between two different call legs. That's most likely what's responsilbe for messing up the SIP transaction logic and the ma...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Example "SIPToWebRtcBridgeVideo" not working
Hi, I set up a local FreeSwitch with just the default Settings and tested the SIPToWebRtcBridgeVideo example by adding a SIPRegistrationUserAgent and calling it with MicroSIP. The audio works but...sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I was able to get the example working successfully with the [VideoPhoneCmdLine](https://github.com/sipsorcery-org/sipsorcery/blob/master/examples/SIPExamples/VideoPhoneCmdLine/Program.cs) example. ...
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Minor fixes and adjustments to examples. (#1240) a3eff45
sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Minor fixes and adjustments to examples.
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Minor fixes and adjustments to examples.
sipsorcery created a branch on sipsorcery-org/sipsorcery
example-fixes - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.