Add ttl parameter to sample config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13803 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Andrew Thompson 2009-06-17 04:21:28 +00:00
parent 3c2d4f9912
commit a232c1e5f5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<param name="address" value="225.1.1.1"/> <param name="address" value="225.1.1.1"/>
<param name="port" value="4242"/> <param name="port" value="4242"/>
<param name="bindings" value="all"/> <param name="bindings" value="all"/>
<param name="ttl" value="1"/>
</settings> </settings>
</configuration> </configuration>