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
Getting 403 Forbidden Error while trying to register the SIP Device
Hi Team, As per our requirement, we need a library to Register and capture the Incoming calls using the SIP device. We read many articles regarding the Sip Sorcery and planned to move forward wi...sipsorcery closed an issue on sipsorcery-org/sipsorcery
External IP in SDP?
What is required to get actual external (not local network/localhost) IP address SDP. When I get a request where I create a WebRTCPeerConnection I can't seem to get any ip address than localhost...sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
I realise this issue was opened over a year ago and is now probabyl redundant. If you do still need help can you explain what you mean by "notification"? If you jsut need to tell your app someth...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
It's called on the base RTCPSession. one example being when the [session is closed](https://github.com/sipsorcery-org/sipsorcery/blob/32d6dcf87e89b0048dcc103222d7bea3deae5d8b/src/net/RTCP/RTCPSessi...
sipsorcery closed an issue on sipsorcery-org/sipsorcery
No RTCP Packets Sent
The event `OnReportReadyToSend` that should trigger sending RTCP packets and is defined here: https://github.com/sipsorcery-org/sipsorcery/blob/019050c99e02a293da861a2bb4394c807c79f420/src/net/RTC...sipsorcery pushed 3 commits to gh-pages sipsorcery-org/sipsorcery
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Resolved in #1218.
sipsorcery closed an issue on sipsorcery-org/sipsorcery
Unhandled exception. System.AggregateException: One or more errors occurred. (Cannot access a disposed object.
Hello, We're using sipsorcery v6.0.11 on a Linux machine and .net 6.0 We have faced the following exception: ```c# Unhandled exception. System.AggregateException: One or more errors occurred...sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Handle exceptions in the fire and forget update ICE candidate list method. (#1218) 32d6dcf
sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Handle exceptions in the fire and forget update ICE candidate list method
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Handle exceptions in the fire and forget update ICE candidate list method
sipsorcery created a branch on sipsorcery-org/sipsorcery
ice-updlist-catchexcp - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
sipsorcery closed an issue on sipsorcery-org/sipsorcery
ObjectDisposedException on 6.0.12
After upgrading to 6.0.12, an exception started getting thrown, (possibly only) in case the call is not picked: ``` Failed: Busy here, Status code: 486 System.ObjectDisposedException: The sema...sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
- Ignore onject dispaoed exception in SIP UA call ended. (#1217) 4df8815
sipsorcery closed a pull request on sipsorcery-org/sipsorcery
Ignore onject dispaoed exception in SIP UA call ended.
sipsorcery opened a pull request on sipsorcery-org/sipsorcery
Ignore onject dispaoed exception in SIP UA call ended.
sipsorcery created a branch on sipsorcery-org/sipsorcery
sipua-catch-objdisposed - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.