add missing example config option to sofia config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5857 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-10-12 22:10:31 +00:00
parent 294d45fe9d
commit df7d03a971
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@
<param name="rtp-timer-name" value="soft"/> <param name="rtp-timer-name" value="soft"/>
<param name="rtp-ip" value="$${bind_server_ip}"/> <param name="rtp-ip" value="$${bind_server_ip}"/>
<param name="sip-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 --> <!--set to 'greedy' if you want your codec list to take precedence -->
<param name="inbound-codec-negotiation" value="generous"/> <param name="inbound-codec-negotiation" value="generous"/>
<!-- if you want to send any special bind params of your own --> <!-- if you want to send any special bind params of your own -->