Skip to content
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

wss proxy uri with path #10

Open
juha-h opened this issue Apr 18, 2020 · 2 comments
Open

wss proxy uri with path #10

juha-h opened this issue Apr 18, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@juha-h
Copy link

juha-h commented Apr 18, 2020

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.

@gmaruzz gmaruzz added the enhancement New feature or request label Apr 18, 2020
@gmaruzz
Copy link
Owner

gmaruzz commented Apr 18, 2020

in the mean time, you can write complete uri into saraphone.js line 877

wsServers: "wss://your.sip.server:443/wss"

@juha-h
Copy link
Author

juha-h commented Apr 18, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants