[Freeswitch-svn] [commit] r13903 - freeswitch/trunk/conf/autoload_configs

FreeSWITCH SVN andrew at freeswitch.org
Mon Jun 22 20:26:27 PDT 2009


Author: andrew
Date: Mon Jun 22 22:26:27 2009
New Revision: 13903

Log:
Add a commented out pre-shared key to the sample event_multicast.conf.xml file


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	Mon Jun 22 22:26:27 2009
@@ -4,6 +4,10 @@
     <param name="port" value="4242"/>
     <param name="bindings" value="all"/>
     <param name="ttl" value="1"/>
+    <!-- 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 -->
+    <!-- <param name="psk" value="ClueCon"/> -->
   </settings>
 </configuration>
 



More information about the Freeswitch-svn mailing list