Revision of FreePBX Production Install Guide (CentOS v5.x, Asterisk v1.4.x, FreePBX v2.4.x) from Mon, 03/17/2008 - 10:42
Submitted by admin on Mon, 03/17/2008 - 19:02
For printer friendly version of this guide create an account and login. It will only take a few seconds.
- Printer-friendly version
- Add new comment
- 29181 reads

Comments
mysql unique id
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
btw...as of Asterisk 1.4.17
As of Asterisk 1.4.17 this is no longer required so I have removed it from the procedure.