我无法从Chrome浏览器呼叫配置了WebRTC的Asterisk机器。我该怎么办?(见细节)我在呼叫时收到警告,即WARNING [7087] [C-00000005]: chan_sip.c: 10648 process_sdp: Can't provide secure audio requested in SDP offer
。
WebRTC用DTLS定义了SRTP的需求。在星号中,您需要使用res_srtp模块编译它。确保它已加载:
module load res_srtp.so
并使用WebRTC:
将其添加到sip对等体。transport = ws,wss
encryption = yes