Displaying 3 results from an estimated 3 matches for "setremotedescript".
2014 Mar 22
0
webrtc not working with asterisk 11.8 + jssip/sipml5
users are registering over ws:// but while dialing A -> B , using either
jssip/sipml5
I receive an error on B side saying , ice related information is missing ,
and in INVITE sdp mentioned fields are really missing. Exact error in
console is
SetRemoteDescription failed: Called with an SDP without ice-ufrag and
ice-pwd
lots of users are using webrtc with jssip/sipml5 + asterisk successfully.
Is this some recent chrom related change that is breaking things. Anyone in
community using similar setup?
-------------- next part --------------
An HTML attachmen...
2014 Jul 03
0
getting failed to set remote offer sdp
...opera
with asterisk 11.9.0 and cent os
I am getting the below error
if i do call on sipml5 from blink
1. Failed to set remote offer sdp: Called with SDP without DTLS
fingerprint. tsk_utils.js?svn=224:128
1. tsk_utils_log_errortsk_utils.js?svn=224:128
2. tmedia_session_jsep01.onSetRemoteDescriptionError
tmedia_session_jsep.js?svn=224:644
3. (anonymous function)tmedia_session_jsep.js?svn=224:789
1. CreateAnswer can't be called before SetRemoteDescription.
tsk_utils.js?svn=224:128
1. tsk_utils_log_errortsk_utils.js?svn=224:128
2. tmedia_session_jsep01.onCr...
2016 Jan 20
2
Incoming webrtc call succeeds in Firefox but fails in Google Chrome
....0.2.210;transport=wss>;tag=kqug9lojk8
Contact: <sip:anonymous at 10.1.0.4:5060;transport=WS>
Call-ID: 61c6be5b44d587c80b56f98e756037ab at 10.1.0.4:5060
CSeq: 102 ACK
User-Agent: FPBX-2.11.0(11.20.0)
Content-Length: 0
From what I could trace, the failing call is one on RTCPeerConnection.setRemoteDescription() with a string parameter containing the SDP body. However, the error message tells me nothing about what exactly is wrong with the SDP. A Google search with the
error message returns me only three results, which only point right into the guts of the source code of public repositories for Chrom...