Fop2 stopped working after registration!

Hi,

We are running an elastix 2.2 distribution on NIC interface eth1 (not eth0, as it is not recognized, there s no cable in eth0) and installed fop2 through the add ons. Demo worked fine, with no issues. We purchased the white label license and installed it through the fop2 panel footer, where it mentions to enter the code. After doing so we are unable to login to fop2!
"--test" shows no license installed, only demo.

Browsed the forum and saw there are some issues when using a different Ethernet interface other than eth0, thus we registered through the cli command again putting in "--register -i -eth1" switch, registered successfully, --test shows the white label license (1). But still unable to login to fop2!!

"service fop2 status" shows fop2 not running. So we restart by "service fop2 restart", fop2 starts "ok", but still unable to login to fop2!. "service fop2 status" again show fop2 crash and some syslock error!

Please help to resolve this issue. Was working fine using the demo, the problem arose we we tried to register the license.

Thanks,
D

Comments

  • I think we already fixed this over chat/ssh.

    If you use another interface for binding the license, you have to modify the options for the init script to pass the -i eth1 parameter.

    In /etc/sysconfig/fop2

    set
    OPTIONS="-d -i eth1 -c /etc/asterisk/fop2"
    

    For non elastix rpm users, the -c option should not be used, only -d -i eth1.

    After that restart fop2

    service fop2 restart


    Best regards
Sign In or Register to comment.