freeswitch/conf/autoload_configs/event_multicast.conf.xml
Andrew Thompson a232c1e5f5 Add ttl parameter to sample config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13803 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 04:21:28 +00:00

10 lines
278 B
XML

<configuration name="event_multicast.conf" description="Multicast Event">
<settings>
<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>