]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add settings disabled by default
authorSeven Du <dujinfang@gmail.com>
Mon, 29 Jul 2013 15:59:06 +0000 (23:59 +0800)
committerSeven Du <dujinfang@gmail.com>
Mon, 29 Jul 2013 15:59:06 +0000 (23:59 +0800)
The new websocket stuff breaks windows build so please fix, thanks

src/mod/xml_int/mod_xml_rpc/conf/autoload_configs/xml_rpc.conf.xml

index 714a909907082d0153bc9cf241f2ef3ba0ebfe3e..b5f0bc317c1650e998768e8c0e17ea92b7bd7879 100644 (file)
@@ -6,5 +6,7 @@
     <param name="auth-realm" value="freeswitch"/>
     <param name="auth-user" value="freeswitch"/>
     <param name="auth-pass" value="works"/>
+    <!-- <param name="enable-websocket" value="true"/> -->
+
   </settings>
 </configuration>