Could not reload FOP Server

system asterisk 1.4.15 freepbx 2.3.1 centos5

i searched and found some patches for stated problem:
Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display.
(freepbx.reload_fop)

http://www.freepbx.org/trac/ticket/2217
http://www.freepbx.org/trac/ticket/2154

but the patched didn’t work for me! the FOB Server doesn’t run by automatically start after centos server reboot. but the FOP reloads after
amportal restart manually!!
why?

thank you

this is a semi related topic.

When freepbx is installed with asterisk, is there a different way that one should reload asterisk manually through the command line if needed? If so what would that be?

Thank you

1- No email address for online update checks -
Go to General Settings Tab under Basic and give an email address in the Update Email: text box. (I have given my email id here).

2- Could not reload FOP server -
For this we will first install the newest FOP version and then setup httpd to run as asterisk user (By default httpd runs as apache user).

cd /root

wget http://www.asternic.org/files/op_panel-0.29.tar.gz

cd /var/www/html/panel

cp op_server.pl op_server.pl.orig

cp operator_panel.swf operator_panel.swf.orig

tar zxfv /root/op_panel-0.29.tar.gz

cp op_panel-0.29/flash/operator_panel.swf .

cp op_panel-0.29/op_server.pl .

cd /var/lib/asterisk/bin/

./retrieve_conf# cd /etc/httpd/conf

cp httpd.conf httpd.conf.orig

vi httpd.confFind the line User apache and change it to User asterisk. Save the file and exit.

service httpd restart

REFERENCE

God is Good, see you friends.
[email protected]