]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add a commented out pre-shared key to the sample event_multicast.conf.xml file
authorAndrew Thompson <andrew@hijacked.us>
Tue, 23 Jun 2009 03:26:27 +0000 (03:26 +0000)
committerAndrew Thompson <andrew@hijacked.us>
Tue, 23 Jun 2009 03:26:27 +0000 (03:26 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13903 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/event_multicast.conf.xml

index edee82cb7e302527db9262dcdd00d68fdd6bb935..b362ebc459dfbc803508e7eb60dffa9aecdd8344 100644 (file)
@@ -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>