FreePBX Production Install Guide (CentOS v5.x, Asterisk v1.4.x, FreePBX v2.4.x)

Comments

The following is not correct for asterisk 1.4:

sed -i 's/SOURCE/SOURCE -DMYSQL_LOGUNIQUEID/' Makefile

In Makefile one should add:

ASTCFLAGS+=-DMYSQL_LOGUNIQUEID

As of Asterisk 1.4.17 this is no longer required so I have removed it from the procedure.