Hi, I need to assign a ACL of the configuration file acl.conf to block an specific IP to conect to the Asterisk AMI. I know that I can add this acl to the users categories, but I would like to know if there is some way to deny an specific IP to the AMI field ‘bindaddr’.
For example:
[general]
bindaddr = 0.0.0.0
deny=192.168.1.10
or
[general]
bindaddr = 0.0.0.0
acl=SpecificACL
Making this or samething similar.
Thanks.