Koozali.org: home of the SME Server

FOP blinking and authenticate message

Offline phead5

  • 6
  • +0/-0
FOP blinking and authenticate message
« on: November 15, 2008, 01:56:55 PM »
I haven't been able to get my FOP to work. Keeps blinking.  I am getting the following notice

NOTICE[12806]: manager.c:994 authenticate: 127.0.0.1 failed to pass IP ACL as 'fop'

\Any ideas anyone?

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: FOP blinking and authenticate message
« Reply #1 on: November 16, 2008, 12:20:02 PM »
It's a permissions issue.  You need to check in Headers=>manager.conf that you have a FOP entry.   It should look something like this...

Code: [Select]
[fop]
secret=asterisk
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user
 

This example will allow you to run the FOP but ONLY from the same subnet as the SARK box.  If you want access from some other subnet then you will have to explicitly permit it with another permit statement.


Kind Regards