Startseite Forums SecAst (Security for Asterisk) Installation & Upgrade SecAst not detecting attacks on FreePBX system

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Customer Inquiry
    Participant
    Post count: 201

    I’m using FreePBX(TM) 12.0.70 and have told SecAst to use the AMI to listen for any security information. It’s not working. Why?

    Telium Support Group
    Moderator
    Post count: 263

    You have discovered a problem in FreePBX! When creating the SecAst AMI user account and selecting ‘all’ for permissions in the FreePBX GUI, FreePBX does not actually add the ‘all’ permission. Instead FreePBX adds individual permissions and omits the ‘security’ permission.

    Until this is fixed in FreePBX please do NOT create your AMI user account through the FreePBX GUI. Instead modify the manager_custom.conf file to manually insert the credentials. For example, your manager_custom.conf might look like this:


    [teliumuser]
    secret = teliumpassword!
    deny=0.0.0.0/0.0.0.0
    permit=172.31.0.0/255.255.0.0
    permit=127.0.0.1/255.255.255.0
    read = all
    write = all
     

    Where the username (in [] brackets) and the password (secret) match the values you set in the secast.conf file. If you need further assistance with this workaround please contact support.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.