Running ASL3 under Debian and added a node we need to restrict, using the options under Node Setting in the asl-menu.
After adding the restricted node (12345), in order to make sure it was added to the “blocked nodes” I ran CLI> database show
And get:
Connected to Asterisk 20.11.0+asl3-3.2.0-2.deb12 currently running on dmr (pid = 1299860)
dmrCLI> database show
/denylist/577770/12345 : block node 12345 from connecting to node 577770
/denylist/577771/12345 : block node 12345 from connecting to node 577771
/denylist/[577770] : [12345]
/denylist/[577771] : [12345]
/pbx/UUID : 4f67666f-3386-4729-83d8-b5eb0accd4d0
5 results found.
dmrCLI>
Note: the real node number of the restricted node was replaced with 12345 for the purpose of solving this issue.
The problem is that the supposedly restricted node still can connect to our nodes, so adding the node to the “blocked” list is not blocking it.
What am I missing here?
Thanks
N2IX