add settings disabled by default
The new websocket stuff breaks windows build so please fix, thanks
This commit is contained in:
parent
771d79e313
commit
0d4964f7b7
|
@ -6,5 +6,7 @@
|
||||||
<param name="auth-realm" value="freeswitch"/>
|
<param name="auth-realm" value="freeswitch"/>
|
||||||
<param name="auth-user" value="freeswitch"/>
|
<param name="auth-user" value="freeswitch"/>
|
||||||
<param name="auth-pass" value="works"/>
|
<param name="auth-pass" value="works"/>
|
||||||
|
<!-- <param name="enable-websocket" value="true"/> -->
|
||||||
|
|
||||||
</settings>
|
</settings>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue