Ecosyste.ms: Timeline

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

sipsorcery-org/sipsorcery

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

View on GitHub

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

View on GitHub

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
  • Ignore onject dispaoed exception in SIP UA call ended. (#1217) 4df8815
  • Merge branch 'master' into gh-pages 8bded5d
  • Appveyor CI updates 4ce2fd4

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Resolved in #1218.

View on GitHub

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 deleted a branch sipsorcery-org/sipsorcery

ice-updlist-catchexcp

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Handle exceptions in the fire and forget update ICE candidate list method. (#1218) 32d6dcf

View on GitHub

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 deleted a branch sipsorcery-org/sipsorcery

sipua-catch-objdisposed

sipsorcery pushed 1 commit to master sipsorcery-org/sipsorcery
  • Ignore onject dispaoed exception in SIP UA call ended. (#1217) 4df8815

View on GitHub

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.

golfguru starred sipsorcery-org/sipsorcery
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
The PlaySounds example works with the UserAgentServer example and also with the [MicroSIP](https://www.microsip.org/) softphone. If you're able to provide the console log files from your app to ...

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Call failed Call attempt was answered with INVITE 200 OK (Error) but an error occurred setting the remote description..
Trying to test the "examples/SIPExamples/PlaySounds", but keep getting this error: SIPSorcery Play Sounds Demo press ctrl-c to exit... Call failed Call attempt was answered with INVITE 200 OK ...
DavidMartynWood created a comment on an issue on sipsorcery-org/sipsorcery
Naudio is a great library, but it is not designed for realtime audio. If you're using naudio's MediaFoundationResampler for example, it will inevitably build up 1 second of latency eventually. I su...

View on GitHub

sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Should be fixed in #1216.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
Audio quality distortion (static noise etc).
Update to SipSorcery ver 6.0.12 ruined audio quality. (Worked in 6.0.11). When making a regular call from soft phone made by SipSorcery to SipSorcery everything works as regular, however making ...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Only just getting around to looking at this now. The failure response was because the UPDATE request has a `Require: timer` header. This library does not support the required extension (RFC 4028...

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
SIPProxy
Hi, I try to build SIPProxy for IMS and i use the SIPProxy Example. I add to the SIPTransportRequestReceived logic ... else if (sipRequest.Method == SIPMethodsEnum.UPDATE) { logger.LogD...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
Feel free to re-open if anymore info.

View on GitHub

sipsorcery closed an issue on sipsorcery-org/sipsorcery
localDescription not updated after ICE gathering
First, thanks for creating this software. I have encountered a problem with ICE candidates. Usual flow: Create RTCPeerConnection with ICE servers (STUN/TURN) Create a DataChannel dc using crea...
sipsorcery created a comment on an issue on sipsorcery-org/sipsorcery
There was an improvement made to the WebRTC DTLS logic recently. It could have been the problem. The WebRTCGetStartedDataChannel is currently working with no issues, see below for what teh logs ...

View on GitHub

Load more