-
Notifications
You must be signed in to change notification settings - Fork 425
Integrated support of WSS transport using libwebsocket #817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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. |
Adding support of SIP over WSS based on libwebsocket