[Freeswitch-svn] [commit] r5871 - freeswitch/trunk/conf
Freeswitch SVN
brian at freeswitch.org
Fri Oct 12 23:35:19 EDT 2007
Author: brian
Date: Fri Oct 12 23:35:19 2007
New Revision: 5871
Modified:
freeswitch/trunk/conf/sofia.conf.xml
Log:
This should be on by default so MWI is on
Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml (original)
+++ freeswitch/trunk/conf/sofia.conf.xml Fri Oct 12 23:35:19 2007
@@ -53,7 +53,7 @@
<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"/>-->
+ <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