Integrated support of WSS transport using libwebsocket#817
Integrated support of WSS transport using libwebsocket#817neutrino38 wants to merge 2 commits intoSIPp:masterfrom
Conversation
|
Hello there! Great work, it would be very nice if we could somehow change the ws |
regarding the ccinfo.path, how would you specify that in the sipp scenario? |
Hello! I think it must be a command argument next to where we specify the transport layer for websocket if not used, something like Other than that it works nicely, thanks! |
… Websocket connection. Specified flags LCCSCF_ALLOW_INSECURE and LCCSCF_ALLOW_SELFSIGNED to relax constraints when connecting.
|
I added LCCSCF_ALLOW_SELFSIGNED and LCCSCF_ALLOW_INSECURE flags to the ccinfo and added a -wss_path option to the command line. I could not find any definition of LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK however. |
|
Thanks for the contribution! Can you suggest a way to (manually) test this? |
|
Hello, It can be tested with an UAC like scenario against an asterisk software configured to handle WebRTC calls. |
|
@neutrino38 Please fix the lint issues. |
|
@lemenkov Can you please review this? |
I'm on it |
Adding support of SIP over WSS based on libwebsocket