Hi there!
After Elastix upgrade from 2.4 to 2.5, the Fop2 stopped working.
It's try to connect to server, but no connect.
Maybe some conf file need reconfiguration after the upgrade?
Thanks.
Answered by admin
See post in contextthiago, in your case, you have to disable the old FOP1:
amportal stop_fop
Then edit /etc/amportal.conf and set
FOPRUN=false
And edit /etc/rc.d/rc.local and remove the line that says "amportal start_fop"
Then start fop2 and try again:
service fop2 start
Best regards,