Update internal.xml.noload

Comment out disable-transfer and disable-register in the internal sip profile.
This commit is contained in:
FusionPBX 2016-07-27 22:55:47 -06:00 committed by GitHub
parent 497b7ed42b
commit 8909639101
1 changed files with 3 additions and 3 deletions

View File

@ -229,9 +229,9 @@
<!-- Handle 302 Redirect in the dialplan -->
<param name="manual-redirect" value="true" enabled="false"/>
<!-- Disable Transfer -->
<param name="disable-transfer" value="true" enabled="false"/>
<!--<param name="disable-transfer" value="true" enabled="false"/>-->
<!-- Disable Register -->
<param name="disable-register" value="true" enabled="false"/>
<!--<param name="disable-register" value="true" enabled="false"/>-->
<!-- Used for when phones respond to a challenged ACK with method INVITE in the hash -->
<param name="NDLB-broken-auth-hash" value="true" enabled="false"/>
<!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling -->
@ -372,4 +372,4 @@
<param name="registration-thread-frequency" value="30" enabled="false"/>
<param name="nat-options-ping" value="true" enabled="false"/>
</settings>
</profile>
</profile>