wss proxy uri with path
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.
in the mean time, you can write complete uri into saraphone.js line 877
wsServers: "wss://your.sip.server:443/wss"
gmaruzz writes:
in the mean time, you can write complete uri into saraphone.js line 877
wsServers: "wss://your.sip.server:443/wss"
That worked. Thanks.