Asterisk:building
From My notepad
asterisk-addons my way
The following commands will build asterisk-addons without ooh323. It will also build the cdr_addon_mysql module with UNIQUEID logging turned on.
./configure --without-ooh323 set ASTCFLAGS+=-DMYSQL_LOGUNIQUEID export ASTCFLAGS make make install set ASTCFLAGS="" export ASTCFLAGS