Hi,
I have installed FOP latest version 0.27 on a few of my Asterisk
systems, but one of them just won't work!
It reports an error in the debug window like this:
23:45:31 image src logo.jpg
23:45:52 Error connecting to undefined
23:45:52 on port 4445
But I think I have done all the setup stuff right - the same as I have
done on other equivalent systems that are working.
I'm using Asterisk 1.4.13, on a CentOS 5 system.
I have set the details in manager.conf and op_server.cfg
appropriately, and netstat -l reports the system is listening on port 4445
in op_server.cfg I have
manager_host=127.0.0.1
manager_port=5038
; user and secret for connecting to * manager
manager_user=ril
manager_secret=/secret/
in manager.conf I have:
[general]
displaysystemname = yes
enabled = yes
webenabled = yes
port = 5038
bindaddr = 127.0.0.1
...
[ril]
secret = /secret/
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
I have restarted Asterisk and op_panel (several times)
The server is not running a firewall.
Any suggestions as to what I can do to fix this?