[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
+2
View File
@@ -129,6 +129,8 @@
<!-- 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="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. -->
<param name="inbound-reg-force-matching-username" value="true"/>
<!-- on authed calls, authenticate *all* the packets not just invite -->