Asterisk Manager not Connecting

I’m trying to get FOP installed and running but for some reason it isn’t connecting to the API Manager

[code][general]
enable = yes
port = 5038
bindaddr = 0.0.0.0

[fop]
secret = bench
deny=0.0.0.0/0.0.0.0
permit=10.0.0.0/255.255.255.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
[/code]

[root@pbxtest asterisk]# telnet pbxtest 5038 Trying 10.0.0.119... telnet: connect to address 10.0.0.119: Connection refused telnet: Unable to connect to remote host: Connection refused [root@pbxtest asterisk]#

Do you guys have any ideas on what’s going on?

[quote=“msales”][general]
enable = yes
[/quote]

Shouldn’t the keyword be ‘enabled’?

Yes it is ‘enabled’

Also, two permit lines?

You can try removing the deny and permit lines completely - for testing purposes.