Thursday, January 30, 2014

Attempts to create cluster fusionpbx

Configure cluster

Install some basic software: (Do on both servers)

yum install -y gd gd-devel glib-devel nc patch readline-devel libffi-devel ruby rubygems ruby-devel  htop mlocate python-dateutil redhat-rpm-config python-lxml


fusionpbx solved problems

1. Problem with lua.scripts:

[ERR] mod_lua.cpp: /usr/local/freeswitch/scripts/app/ring_groups/index.lua:241: invalid escape sequence near '\$'

postgres for fusionpbx

Install all updates to this CentOS 6 server
yum update -y
yum install -y wget nano

Postgres Repo:
pgdg is the repo that postgresql can be downloaded and installed from. Here is where you download it from.
Identify which version of rpm you want to download for installing PostgreSQL database server. Right now I am picking PostgreSQL 9.3 for CentOS [CentOS 6 - x86_64] as this is the latest version at this time. Now that we have identified which version we want to download, right click on that hyperlink and click "copy link address".


fusionpbx script installation