]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add conf from earlier patch
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 10 Aug 2011 13:18:42 +0000 (08:18 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 10 Aug 2011 13:18:42 +0000 (08:18 -0500)
conf/autoload_configs/event_multicast.conf.xml
conf/autoload_configs/mongo.conf.xml

index b362ebc459dfbc803508e7eb60dffa9aecdd8344..eac039260784d648e56a45ced76a4711b8137ee0 100644 (file)
@@ -4,6 +4,7 @@
     <param name="port" value="4242"/>
     <param name="bindings" value="all"/>
     <param name="ttl" value="1"/>
+    <!-- <param name="loopback" value="no"/>-->
     <!-- Uncomment this to enable pre-shared key encryption on the packets. -->
     <!-- For this option to work, you'll need to have the openssl development -->
     <!-- headers installed when you ran ./configure -->
index a7fdecae8d423ef0ff6dac606dd9ee43732feb88..ff8daed72ace76956e565cdabee610c003762204 100644 (file)
@@ -3,5 +3,12 @@
     <param name="host" value="127.0.0.1:27017"/>
     <param name="min-connections" value="10"/>
     <param name="max-connections" value="100"/>
+
+<!--
+    <param name="map" value="function() { emit(this.a, 1); }"/>
+    <param name="reduce" value="function(key, values) { return Array.sum(values); }"/>
+    <param name="finalize" value="function(key, value) { return value;}"/>
+-->
+
   </settings>
 </configuration>