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
Crash in G722Codec.cs when called with odd number of shorts
Need some check in G722Codec.cs Encoder as crash at line 417 state.QmfSignalHistory[23] = inputBuffer[j++]; if inputbuffer has odd length.sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
It's usually a mismatch in the FFmpeg version and the C# wrapper library. Unfortunately that's a very fragile mechanism. If you install FFMpeg as per the instructions [here](https://github.com/s...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
The use of BitConverter.ToChar is very strange. Fixed in #1235.
sipsorcery closed an issue on sipsorcery-org/sipsorcery
STUNErrorCodeAttribute System.ArgumentException
Been working on a project to forward RTSP streams over WebRTC. Pretty new to all this, so bear with me. The logging output and research I've done makes it seem that I need to be using a TURN server...sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Remvoed erroneous use of bit converter tochar in stun error attribute ctor. (#1235) 32f9a66
sipsorcery created a branch on sipsorcery-org/sipsorcery
remove-bitconv-tochar - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Resolved in #1234.
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Fixed reinvite null ref bug and updated webrtc projecct wtih vuln packages. (#1234) bbf0867
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Fixed reinvite null ref bug and updated webrtc projecct wtih vuln packages
…sipsorcery created a branch on sipsorcery-org/sipsorcery
reinvite-bug-fix - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
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
Mutual hold/unhold during a call
Hello, it's me again ! I'm investigating hold/unhold scenarios as we previously discussed in the #479, but I also noticed that if two clients hold a call at once, the state of the user agent is...sipsorcery closed an issue on sipsorcery-org/sipsorcery
Hold On/Off does not produce Hold events on remote party
SIPUserAgent, Call Hold On/Off disable voice. When it will be Off on remote party, music audible for caller, Off on caller side just disabling voice. However, events will not be received by other p...sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
The trick to get the same contact details in the INVITE and REGISTER requests is to use a single SIPTransport class in your app and pass it as a constructor parameter to each user agent. That way t...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Softphone outgoing call Timeout
I get a timeout every time I try to place an outgoing call. - Incoming calls work as expected - Other softphones work for incoming and outgoing Any thoughts how to investigate the issue? [...sipsorcery closed an issue on sipsorcery-org/sipsorcery
Is it possible multistream PeerConnections with Sipsorcery
since Janus now supports multistream PeerConnections, subscriptions can be done either in "bulks" (you use a single PeerConnection to subscribe to multiple streams from one or more publishers) or s...sipsorcery pushed 26 commits to main nofrixion/IdentityServer
- Add failing test showing dpop cnf issue 7d8d4e8
- Validate access token cnf thumbprint matches proof key 1d3c9ae
- Add test for wrong proof key at local api auth with reference tokens 181ac05
- Validate dpop cnf for reference tokens in local api authentication handler 5d32db4
- Refactor DPoP validation logic and add new validation tests Refactored DPoP proof validator to simplify access token... 400ff77
- Update README.md missing f 5e1cc35
- Add error check for empty cnf value 56602c7
- Merge commit from fork DPoP local apis f28cac9
- Update dependencies to dotnet 9 rc 2 cebfca3
- Merge pull request #1618 from DuendeSoftware/joe/dotnet9-rc2 Update dependencies to dotnet 9 rc 2 4fa28b8
- Merge pull request #1620 from DuendeSoftware/releases/7.0.x Merge 7.0.8 forward 0850cda
- Using Duende.IdentityModel 7.0.0-preview.2 5c92e25
- Fix deserialization of claims in tests 14f54a7
- Fix failing tests that weren't setting a response_type fad9e6a
- Use IdentityModel support for PAR in tests 32a04ac
- Test fix for missing response_type IdentityModel is now more strict about response_type, so testing a missing respon... 0325731
- Use Duende.IdentityModel 7 release package. f10928b
- Fix 1 more usage of PAR requestUri in tests 00faf42
- Merge branch 'dh/duende-identitymodel-7' of https://github.com/damianh/IdentityServer into dh/duende-identitymodel-7 2b83e6b
- Merge pull request #1621 from damianh/dh/duende-identitymodel-7 Using Duende.IdentityModel 7.0.0 1fb40dd
- and 6 more ...
sipsorcery pushed 1 commit to develop nofrixion/moneymoov-dotnet
- Rollback identity packages to known good version. (#463) 70b7ce2
sipsorcery pushed 13 commits to main nofrixion/Duende.AccessTokenManagement
- migrated to Blazor web app 77d81c3
- Bump Microsoft.NETCore.Jit from 1.1.13 to 2.0.8 Bumps [Microsoft.NETCore.Jit](https://github.com/dotnet/coreclr) fro... 0d18f2d
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vste... df0a224
- Merge pull request #132 from DuendeSoftware/dependabot/nuget/Microsoft.NET.Test.Sdk-17.11.1 Bump Microsoft.NET.Test.... 2ed28ee
- Merge pull request #129 from DuendeSoftware/dependabot/nuget/Microsoft.NETCore.Jit-2.0.8 Bump Microsoft.NETCore.Jit ... 1d8f8ab
- Merge pull request #105 from maxmantz/blazor-web-app migrated BlazorServer to Blazor web app 29bef25
- Test that multiple users get distinct (refreshed) tokens 9333799
- Fix caching lifetime d1cf7a0
- Added AuthenticateResultCache type fe375ca
- Comments from review f3753bd
- Drop extra check of matching sub claims Don't want to introduce new behavior in this security fix 4aa9cc6
- Merge commit from fork Advisory fix 09c73e3
- Update README.md Direct folks to foss repository cbe4ea4
sipsorcery pushed 1 commit to develop nofrixion/moneymoov-dotnet
- Moov3948 nuget upgrade (#462) * Updated nuget packages for Github vulnerabiltity notifications. * Updgraded work ... a139dad
sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Fixed selecting the common format when no telephone event. (#1232) 6245311