For printer friendly version of this guide create an account and login. It will only take a few seconds.
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 this is not longer required so I have removed it from the procedure.
Admin
Thanks for the info. I will verify and update.
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
btw...as of Asterisk 1.4.17 this is not longer required so I have removed it from the procedure.
Admin
Thanks for the info. I will
Thanks for the info. I will verify and update.
Admin