[Default-Configuration] Force sip subscription requests to require authentication.

This commit is contained in:
Donald Maxwell 2020-09-03 12:26:04 -05:00 committed by Andrey Volk
parent bb79c578cb
commit b21dd4e7f3
4 changed files with 8 additions and 0 deletions

View File

@ -129,6 +129,8 @@
<!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling --> <!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling -->
<!--<param name="NDLB-received-in-nat-reg-contact" value="true"/>--> <!--<param name="NDLB-received-in-nat-reg-contact" value="true"/>-->
<param name="auth-calls" value="$${internal_auth_calls}"/> <param name="auth-calls" value="$${internal_auth_calls}"/>
<!-- Force subscription requests to require authentication -->
<param name="auth-subscriptions" value="true"/>
<!-- Force the user and auth-user to match. --> <!-- Force the user and auth-user to match. -->
<param name="inbound-reg-force-matching-username" value="true"/> <param name="inbound-reg-force-matching-username" value="true"/>
<!-- on authed calls, authenticate *all* the packets not just invite --> <!-- on authed calls, authenticate *all* the packets not just invite -->

View File

@ -1,6 +1,8 @@
<profile name="internal"> <profile name="internal">
<settings> <settings>
<param name="auth-calls" value="true"/> <param name="auth-calls" value="true"/>
<!-- Force subscription requests to require authentication -->
<param name="auth-subscriptions" value="true"/>
<param name="apply-nat-acl" value="nat.auto"/> <param name="apply-nat-acl" value="nat.auto"/>
<param name="debug" value="0"/> <param name="debug" value="0"/>

View File

@ -267,6 +267,8 @@
<!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling --> <!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling -->
<!--<param name="NDLB-received-in-nat-reg-contact" value="true"/>--> <!--<param name="NDLB-received-in-nat-reg-contact" value="true"/>-->
<param name="auth-calls" value="$${internal_auth_calls}"/> <param name="auth-calls" value="$${internal_auth_calls}"/>
<!-- Force subscription requests to require authentication -->
<param name="auth-subscriptions" value="true"/>
<!-- Force the user and auth-user to match. --> <!-- Force the user and auth-user to match. -->
<param name="inbound-reg-force-matching-username" value="true"/> <param name="inbound-reg-force-matching-username" value="true"/>
<!-- on authed calls, authenticate *all* the packets not just invite --> <!-- on authed calls, authenticate *all* the packets not just invite -->

View File

@ -267,6 +267,8 @@
<!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling --> <!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling -->
<!--<param name="NDLB-received-in-nat-reg-contact" value="true"/>--> <!--<param name="NDLB-received-in-nat-reg-contact" value="true"/>-->
<param name="auth-calls" value="$${internal_auth_calls}"/> <param name="auth-calls" value="$${internal_auth_calls}"/>
<!-- Force subscription requests to require authentication -->
<param name="auth-subscriptions" value="true"/>
<!-- Force the user and auth-user to match. --> <!-- Force the user and auth-user to match. -->
<param name="inbound-reg-force-matching-username" value="true"/> <param name="inbound-reg-force-matching-username" value="true"/>
<!-- on authed calls, authenticate *all* the packets not just invite --> <!-- on authed calls, authenticate *all* the packets not just invite -->