[Freeswitch-trunk] [commit] r13803 -	freeswitch/trunk/conf/autoload_configs
    FreeSWITCH SVN 
    andrew at freeswitch.org
       
    Tue Jun 16 21:21:28 PDT 2009
    
    
  
Author: andrew
Date: Tue Jun 16 23:21:28 2009
New Revision: 13803
Log:
Add ttl parameter to sample config
Modified:
   freeswitch/trunk/conf/autoload_configs/event_multicast.conf.xml
Modified: freeswitch/trunk/conf/autoload_configs/event_multicast.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/event_multicast.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/event_multicast.conf.xml	Tue Jun 16 23:21:28 2009
@@ -3,6 +3,7 @@
     <param name="address" value="225.1.1.1"/>
     <param name="port" value="4242"/>
     <param name="bindings" value="all"/>
+    <param name="ttl" value="1"/>
   </settings>
 </configuration>
 
    
    
More information about the Freeswitch-trunk
mailing list