Skip to content
Permalink
Browse files Browse the repository at this point in the history
[Default-Configuration] Force sip subscription requests to require au…
…thentication.
  • Loading branch information
DonLoquacious authored and andywolk committed Sep 3, 2020
1 parent bb79c57 commit b21dd4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/insideout/sip_profiles/internal.xml
Expand Up @@ -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 -->
Expand Down
2 changes: 2 additions & 0 deletions conf/minimal/sip_profiles/internal.xml
@@ -1,6 +1,8 @@
<profile name="internal">
<settings>
<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="debug" value="0"/>
Expand Down
2 changes: 2 additions & 0 deletions conf/testing/sip_profiles/internal.xml
Expand Up @@ -267,6 +267,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 -->
Expand Down
2 changes: 2 additions & 0 deletions conf/vanilla/sip_profiles/internal.xml
Expand Up @@ -267,6 +267,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 -->
Expand Down

1 comment on commit b21dd4e

@andywolk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.