DTLS-DTLS 未启用
DTLS-DTLS is not enabled
我构建了 webrtc2sip 的源代码,当我 运行 收到消息时:
SSL is enabled :)
DTLS supported: yes
DTLS-SRTP supported: yes
带有 sipML5 的页面可以通过 websocket 无错误地连接到我的 webrtc2sip 网关。在 SIPml.Stack 中,我正在使用选项:websocket_proxy_url 和地址:
ws://192.168.1.102:10060
但是当我发送邀请(语音通话)时出现此错误:
***[DOUBANGO ERROR]: function: "tdav_session_av_set_ro()"
file: "/Users/kamil/doubango/tinyDAV/src/tdav_session_av.c"
line: "1416"
MSG: Remote party requesting DTLS-DTLS (UDP/TLS/RTP/SAVPF) but this option is not enabled
会不会是证书的问题?或者可能使用 openssl (1.0.2g) ?
对于使用 SSL,正确的 websocket_proxy_url 应该是:
wss://{SSL Domain}:{WSS Port}
其中:
{SSL Domain} is your Fully Qualified Domain Name associated with your SSL key
和
{WSS Port} is the wss port you have configured in the webrtc2sip config.xml file
我构建了 webrtc2sip 的源代码,当我 运行 收到消息时:
SSL is enabled :)
DTLS supported: yes
DTLS-SRTP supported: yes
带有 sipML5 的页面可以通过 websocket 无错误地连接到我的 webrtc2sip 网关。在 SIPml.Stack 中,我正在使用选项:websocket_proxy_url 和地址:
ws://192.168.1.102:10060
但是当我发送邀请(语音通话)时出现此错误:
***[DOUBANGO ERROR]: function: "tdav_session_av_set_ro()"
file: "/Users/kamil/doubango/tinyDAV/src/tdav_session_av.c"
line: "1416"
MSG: Remote party requesting DTLS-DTLS (UDP/TLS/RTP/SAVPF) but this option is not enabled
会不会是证书的问题?或者可能使用 openssl (1.0.2g) ?
对于使用 SSL,正确的 websocket_proxy_url 应该是:
wss://{SSL Domain}:{WSS Port}
其中:
{SSL Domain} is your Fully Qualified Domain Name associated with your SSL key
和
{WSS Port} is the wss port you have configured in the webrtc2sip config.xml file