SIP profiles comment and disable the following params inbound-use-callid-as-uuid and outbound-use-callid-as-uuid if set to true even temporarily they will cause the call UUID not to be a UUID which FusionPBX is dependent on.

This commit is contained in:
Mark Crane 2015-06-25 20:27:00 +00:00
parent b1556926eb
commit 42a06f13f5
1 changed files with 4 additions and 4 deletions

View File

@ -310,9 +310,9 @@
<param name="challenge-realm" value="auto_to"/>
<param name="disable-rtp-auto-adjust" value="true" enabled="false"/>
<!-- 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" enabled="false"/>
<!-- <param name="inbound-use-callid-as-uuid" value="false" enabled="false"/> -->
<!-- on outbound calls set the callid to match the uuid of the session -->
<param name="outbound-use-uuid-as-callid" value="true" enabled="false"/>
<!-- <param name="outbound-use-uuid-as-callid" value="false" enabled="false"/> -->
<!-- set to false disable this feature -->
<param name="rtp-autofix-timing" value="false" enabled="false"/>
@ -369,7 +369,7 @@
<param name="renegotiate-codec-on-hold" value="true" enabled="false"/>
<!-- Periodically send an packet to all registered endpoints that are behind NAT -->
<param name="registration-thread-frequency" value="30"/>
<param name="nat-options-ping" value="true"/>
<param name="registration-thread-frequency" value="30" enabled="false"/>
<param name="nat-options-ping" value="true" enabled="false"/>
</settings>
</profile>