Incoming Webrtc Call Succeeds In Firefox But Fails In Google Chrome

Home » Asterisk Users » Incoming Webrtc Call Succeeds In Firefox But Fails In Google Chrome
Asterisk Users 2 Comments

I am having trouble getting Google Chrome to accept a WebRTC call coming from Asterisk, even though Firefox can (now) accept the same call without issue.

My setup is as follows:

Server:
CentOS 7 x86_64 (Elastix 4 RC) with IP: 10.1.0.4 192.168.5.146
asterisk-11.21.0 patched to work around https://issues.asterisk.org/jira/browse/ASTERISK-25659
openssl-1.0.1e-51.el7_2.2.x86_64
[root@elx4 ~]# openssl version OpenSSL 1.0.1e-fips 11 Feb 2013
[root@elx4 ~]# openssl ecparam -list_curves
secp384r1 : NIST/SECG curve over a 384 bit prime field
secp521r1 : NIST/SECG curve over a 521 bit prime field
prime256v1: X9.62/SECG curve over a 256 bit prime field

Client:
Fedora 23 x86_64
Linphone (linphone-3.6.1-10.fc23.x86_64)
Firefox 43 (firefox-43.0.3-1.fc23.x86_64)
Google Chrome (google-chrome-stable-47.0.2526.111-1.x86_64)
SIP.js 0.7.2

I set up my SIP configuration to have two SIP accounts. Account 1000 is the Linphone and 1001 is the webrtc:

[general]
faxdetect=no vmexten=*97
context=from-sip-external callerid=Unknown notifyringing=yes notifyhold=yes tos_sip=cs3
tos_audio

2 thoughts on - Incoming Webrtc Call Succeeds In Firefox But Fails In Google Chrome