[Default-Configuration] Force sip subscription requests to require authentication.
This commit is contained in:
parent
bb79c578cb
commit
b21dd4e7f3
|
@ -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 -->
|
||||||
|
|
|
@ -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"/>
|
||||||
|
|
|
@ -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 -->
|
||||||
|
|
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue