]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add missing example config option to sofia config
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 12 Oct 2007 22:10:31 +0000 (22:10 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 12 Oct 2007 22:10:31 +0000 (22:10 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5857 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sofia.conf.xml

index 2b56d22277eb909640ee67163d29611bd0226e7d..5c7845deb6b033f4d7678c5c12066001c01f5745 100644 (file)
@@ -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 -->