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:
parent
294d45fe9d
commit
df7d03a971
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue