add params to use sip callid as uuid on inbound calls and uuid as sip callid on outbound calls

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10418 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-11-15 17:44:27 +00:00
parent a36eccb8ee
commit be846e07ec
4 changed files with 43 additions and 3 deletions
+4
View File
@@ -177,6 +177,10 @@
-->
<param name="challenge-realm" value="auto_from"/>
<!--<param name="disable-rtp-auto-adjust" value="true"/>-->
<!-- on inbound calls make the uuid of the session equal to the sip call id of that call -->
<!--<param name="inbound-use-callid-as-uuid" value="true"/>-->
<!-- on outbound calls set the callid to match the uuid of the session -->
<!--<param name="outbound-use-uuid-as-callid" value="true"/>-->
</settings>
</profile>