How to setup Brekeke SIP Server to use WebSocket as SIP transport
Brekeke SIP Server supports WebSocket (WS) and WebSocket over TLS (WSS) as SIP transport protocols from version 3.4
Note: WSS shoul be used for using WebRTC.
WebSocket (WS)
- Set the [WS-handling]=on in the [Configuration]->[SIP] page. The default listening port is 10080.
WebSocket over TLS (WSS)
- Set the [WSS-handling]=on in the [Configuration]->[SIP] page. The default listening port is 10081.
- Upload key and certificate files through the [Key and Certificate] section in the [Configuration]->[SIP] page.
Refer Prepare the Key and Certificate for more details.