Hi all
Somehow the ACLs does not prevent SIP requests from unknown sources.
I have the following in my sip profile.
<param name="apply-inbound-acl" value="proxies"/>
<param name="apply-register-acl" value="proxies"/>
<param name="apply-proxy-acl" value="proxies"/>
And this is the ACL I refer to.
<list name="proxies" default="deny">
<node type="allow" cidr="1.2.3.0/24" />
</list>
The definition of apply-inbound-acl is “Allow users to make calls from a particular CIDR without authenticating” but in my case, it directly traverses the dialplan. Is this the expected behaviour? Or is this a misconfiguration?
Thanks