Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: phead5 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?
-
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...
[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
S