forked from extern/docker
Revert "integrate workaround for freeswitch ssl bug #9667"
This reverts commit 81e1707364
.
This commit is contained in:
parent
9ac7e309de
commit
d68cf44afc
@ -319,7 +319,7 @@ public:
|
||||
#so far. Increasing this value might help avoiding 1004 error when
|
||||
#user activates microphone.
|
||||
iceGatheringTimeout: 5000
|
||||
sipjsHackViaWs: true
|
||||
sipjsHackViaWs: false
|
||||
#Websocket keepAlive interval (seconds). You may set this to prevent
|
||||
#websocket disconnection in some environments. When set, BBB will send
|
||||
#'\r\n\r\n' string through SIP.js's websocket. If not set, default value
|
||||
|
@ -1,5 +1,5 @@
|
||||
location /ws {
|
||||
proxy_pass http://$freeswitch_addr:5066;
|
||||
proxy_pass https://$freeswitch_addr:7443;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
|
Loading…
Reference in New Issue
Block a user