Ephron-WL

Results 12 comments of Ephron-WL

from the ICE RFC: ``` "ice-mismatch" is a media-level attribute only, and when present in an answer, indicates that the offer arrived with a default destination for a media component...

I'm having a hard time understanding the goal of your project. Are you trying to bridge SIP and WebRTC or are you trying to use SIP and need to use...

Have you reviewed the AsteriskIce example, or is that the one you were originally referring?

The SoftPhone demo has a STUN client, but maybe you want to use ICE. For ICE, maybe if you setup two demo applications, each using a RTCPeerConnection, they could then...

Essentially by combining code from the AsteriskIce and WebRTCReceiver (mainly the latter), I was able to create a demo example that allows two nodes to negotiate candidates. The screenshot below...

Below are the SDPs for the local (server, begin the NAT server) and the remote (public IP): {v=0 o=- 86496 0 IN IP4 127.0.0.1 s=sipsorcery t=0 0 a=group:BUNDLE 0 1...

Have you attempted to set the c and m line to a value when generating the SDP instead of relying upon the default in which nothing is defined?

I've used Linphone in the past. Why do you think this ice-mismatch occurs?

So, this would be part of the trickle ICE pattern and those clients don't support trickle ICE, as you mentioned earlier?

403 is originating from Ring Central. They are likely telling you that you have passed an invalid username and/or password. There might be other authentication failure reasons. The repo includes...