LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Asterisk -> Could not reload FOP server (https://www.linuxquestions.org/questions/linux-server-73/asterisk-could-not-reload-fop-server-805081/)

Winanjaya 04-29-2010 10:36 PM

Asterisk -> Could not reload FOP server
 
Dear The Expert,

Any body please advise, why I got "Could not reload FOP Server" on Asterisk?

thanks & regards
Winanjaya

rweaver 04-30-2010 03:33 PM

There are several reasons and a closed bug on the issue--

see here ;)

Winanjaya 05-01-2010 08:48 PM

just want to share ;>)

this problem was resolved:

# 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.conf
Find the line User apache and change it to User asterisk. Save the file and exit.
# service httpd restart


All times are GMT -5. The time now is 01:09 AM.