[Freeswitch-svn] [commit] r5857 - freeswitch/trunk/conf

Freeswitch SVN anthm at freeswitch.org
Fri Oct 12 18:10:31 EDT 2007


Author: anthm
Date: Fri Oct 12 18:10:31 2007
New Revision: 5857

Modified:
   freeswitch/trunk/conf/sofia.conf.xml

Log:
add missing example config option to sofia config

Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml	(original)
+++ freeswitch/trunk/conf/sofia.conf.xml	Fri Oct 12 18:10:31 2007
@@ -52,6 +52,8 @@
 	<param name="rtp-timer-name" value="soft"/>
 	<param name="rtp-ip" value="$${bind_server_ip}"/>
 	<param name="sip-ip" value="$${bind_server_ip}"/>
+	<!--enable to use presense and mwi -->
+	<!--<param name="manage-presence" value="true"/>-->
 	<!--set to 'greedy' if you want your codec list to take precedence -->
 	<param name="inbound-codec-negotiation" value="generous"/>
 	<!-- if you want to send any special bind params of your own -->



More information about the Freeswitch-svn mailing list