Hello every body!
I build Web phone by Asterisk 13.12.0, Jssip libary and WebRTC.
and when I update browser version to lastest version. the call is Terminate after 2s pick up the call
on Asterisk CLI messages:
ERROR[28144][C-00000000] res_rtp_asterisk.c: DTLS failure occurred on RTP instance ‘0x7f98d0005de8’ due to reason ‘tlsv1 alert protocol version’, terminating
I search the Issue on google and I know reason is the browser 's lastest version not support DTLS 1.0. so I updated openssl version by path and packages. when I check by openssl version
command and by yum list installed | grep openssl
:
yum list installed | grep openssl
openssl.x86_64 1:1.0.2k-21.el7_9 @updates
openssl-libs.x86_64 1:1.0.2k-21.el7_9 @updates
openssl version
OpenSSL 1.1.1j 16 Feb 2021
I restarted Asterisk and tested again and result are still same, it not working and I still can’t call
Can someone tell me why and what am I doing wrong
Thanks for my bad English