我无法通过Chrome浏览器拨打配置WebRTC的Asterisk计算机。我该怎么办? (查看详细信息)
我在打电话时收到警告,即WARNING [7087] [C-00000005]: chan_sip.c: 10648 process_sdp: Can't provide secure audio requested in SDP offer
。
答案 0 :(得分:0)
WebRTC使用DTLS定义SRTP的要求。在星号中,您需要使用res_srtp模块进行编译。确保它已加载:
module load res_srtp.so
使用WebRTC将其添加到sip peer:
transport = ws,wss
encryption = yes