Hi Guys
done all the above with the following result.
[root@sail ~]# config show asterisk
asterisk=service
UDPPorts=4569,5060,10000:20000
status=disabled
[root@sail ~]# config show sark
sark=service
UDPPorts=4569,5060,10000:20000
status=enabled
[root@sail ~]# config show sail
[root@sail ~]# /etc/init.d/fop status
op_server.pl (pid 12725) is running...
[root@sail ~]# /etc/init.d/fop stop
Shutting down Flash Operator Panel: [ OK ]
[root@sail ~]# /etc/init.d/fop start
Starting Flash Operator Panel: [ OK ]
[root@sail ~]#
and my manager.conf is as follows
[general]
enabled=yes
port=5038
bindaddr=127.0.0.1
displayconnects=yes
[fop]
secret=XXXXXXXX
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=192.168.76.1/255.255.255.0;
;
;writetimeout=100
;
;Authorization
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user
Still have the falsing red dots and the system doesn't appear to accept any password including those in the global setting tab.
Where or what should I be looking for now?