[Freeswitch-users] Conflicting settings in SIP profile in vanilla demo
TTT
lists at telium.io
Tue Nov 22 20:52:39 UTC 2022
I am working with a simple FreeSWITCH installation, with the vanilla demo
configuration. I see that the Internal SIP profile contains:
<param name="apply-inbound-acl" value="domains"/>
<param name="auth-calls" value="$${internal_auth_calls}"/>
The first line means that if a caller's IP is on the 'domains' list that
they do NOT need to authenticate. The second line means that in order to use
this SIP profile the user MUST be authenticated (internal_auth_calls is
true).
Aren't these two lines contradictory? Why allow a user to not authenticate
for this SIP profile, and then say they must authenticate to use this SIP
profile?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20221122/8526edcb/attachment.html>
More information about the FreeSWITCH-users
mailing list