I want to implement a WebRTC application to be able to make calls over VoIP. My client is running the SIPml5 and in the server side I have installed and confiured the asterisk.
Asterisk was tested with softphone.
Please help??
您必须为星号配置 SRTP 支持。以下指南将为您提供帮助 https://wiki.asterisk.org/wiki/display/AST/WebRTC+tutorial+using+SIPML5
同样在函数createSipStack()
中,放置 的值realm
,impu
并websocket_proxy_url
与值匹配。
如果您发现任何困难,请告诉我。
谢谢阿尼尔