FOP2 and high availability module
FreePBX offers the High Availability module, a clustering technology to sync two servers, which I would like to use.
Now I don't know if syncing my FOP2 button configuration is included or if I have to do any change I make in FOP2 admin, on the second server as well. Would you know?
These are the directories that get synced.
Asterisk Directories:
/etc/asterisk
/var/log/asterisk
/var/spool/asterisk
/var/run/asterisk
/var/lib/asterisk
/opt/isymphony
MySQL Directories:
/var/lib/mysql
Apache Directories
/etc/httpd
/var/lib/php/session
/var/www
Now I don't know if syncing my FOP2 button configuration is included or if I have to do any change I make in FOP2 admin, on the second server as well. Would you know?
These are the directories that get synced.
Asterisk Directories:
/etc/asterisk
/var/log/asterisk
/var/spool/asterisk
/var/run/asterisk
/var/lib/asterisk
/opt/isymphony
MySQL Directories:
/var/lib/mysql
Apache Directories
/etc/httpd
/var/lib/php/session
/var/www
Comments
Best regards,
OPTIONS="-d"
OPTIONS="-c /etc/asterisk/fop2"
OPTIONS="-d -c /etc/asterisk/fop2"
Then you will need to create the /etc/asterisk/fop2 directory and copy the fop2.cfg file and all autoconfig* scripts.
Just repeating my steps here:
Create /etc/asterisk/fop2 directory
Copy fop2.cfg file from /usr/local/fop2/fop2.cfg into /etc/asterisk/fop2
Copy autoconfig scripts into /etc/asterisk/fop2 directory
Have OPTIONS="-d -c /etc/asterisk/fop2" line in /etc/sysconfig/fop2
So now all my fop2.cfg files are still stored in /usr/local/fop2/fop2.cfg, but automatically copied into /etc/asterisk/fop2.
Is that correct and these are all the steps I have to take?
Best regards,
And added OPTIONS="-d -c /etc/asterisk/fop2" line in /etc/sysconfig/fop2.
And added OPTIONS="-d -c /etc/asterisk/fop2" line in /etc/sysconfig/fop2
I have installed FOP2 for both servers ans I am logging into my floating IP address.
Now when I log into fop2, my screen looks like this:
[attachment:54e3eb2749036]
My permissions are set to all for this user.
What could be wrong?
Working now so far.