我想在我的浏览器上有一个softphone。为了做到这一点,我遵循以下教程:
http://www.neomano.com/2015/12/probando-webrtc-en-elastix-4/
因为我需要创建一个ssl cert,所以我使用以下数据创建了它:
Country name:US
state provins
...
hostname:172.17.5.112
email...创建后,当我想要登录sipml5时,我收到了这样的消息:
fails to connect server在asterisk方面,我收到了这样的消息:
tcptls.c:379
tcpyls_streem_close:ssl_shutdown我的操作系统是centOS 7。
发布于 2016-05-26 21:38:32
不确定,但请记住,您首先需要转到服务器正在浏览器中侦听TLS连接的链接,然后您需要单击接受您的证书不受信任(因为您使用的是自签名证书),在此技巧之后,调用应该可以工作。
https://stackoverflow.com/questions/37375512
复制相似问题