We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like it is currently not possible to have path in wss proxy URI. I tried by adding path to WSS Proxy Port:
443/wss/
but connection to proxy was not established.
I tested with JsSIP and connection worked fine. So it is not an issue with my Apache WSS proxy configuration.
I don't know if this issue is a bug or feature request.
If feature request, then instead of WSS Proxy Name and Port, it would be better to allow user to configure the whole URI.
The text was updated successfully, but these errors were encountered:
in the mean time, you can write complete uri into saraphone.js line 877
wsServers: "wss://your.sip.server:443/wss"
Sorry, something went wrong.
No branches or pull requests
Looks like it is currently not possible to have path in wss proxy URI. I tried by adding path to WSS Proxy Port:
but connection to proxy was not established.
I tested with JsSIP and connection worked fine. So it is not an issue with my Apache WSS proxy configuration.
I don't know if this issue is a bug or feature request.
If feature request, then instead of WSS Proxy Name and Port, it would be better to allow user to configure the whole URI.
The text was updated successfully, but these errors were encountered: