Ecosyste.ms: Timeline

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

lihaoru

lihaoru created a comment on an issue on sipsorcery-org/sipsorcery
I retested it, because the registration terminal is on the alcatel oxe switch, there is a DTMF type setting on the switch, if set to 101, it can receive incoming calls, but if set to 97, it canno ...

View on GitHub

lihaoru created a comment on an issue on sipsorcery-org/sipsorcery
OnRtpEvent is not triggered: mediaSession.OnRtpEvent += (ep, events, had) => { //untriggered };

View on GitHub

lihaoru opened an issue on sipsorcery-org/sipsorcery
OnDtmfTone event when incomingcall
If the OnDtmfTone event is not triggered after an incoming call, the ONDTMFTONE event is triggered after an outgoing call. `var audioSource = AudioSourcesEnum.None; var codecs = new List<AudioCod...