hugolivude
2007-Jul-24 12:17 UTC
[asterisk-users] MySQL components in asterisk-addons not being built
I'm trying to add MySQL CDR recording in Asterisk 1.4.6. I'm following the instructions posted here: http://www.voip-info.org/wiki-Asterisk+cdr+mysql I have MySQL installed and it works fine - starts on stratup, I can create DBs, tables and so on and I can connect through php. rpm -qa indicates: MySQL-server-5.0.22-0 MySQL-devel-5.0.22-0 MySQL-client-5.0.22-0 However I still get XXX for all of the MySQL add ons when I do: make menuselect Any pointers for me on how to troubleshoot and fix this problem? Thanks, Hugh
hugolivude
2007-Jul-24 14:45 UTC
[asterisk-users] MySQL components in asterisk-addons not being built
Thanks Tahir. I already got the asterisk-addons though - that's what I'm having trouble with! BTW - asterisk-addons also provides a menuselect now. The problem is that the MySQL components all show up XXX even though I have MySQL installed. Hugh On 7/24/07, Tahir Almas <mail at ictinnovations.com> wrote:> Hi Hugh, > > MySQL CDR is not included in default asterisk distribution. so there is > no entry for MySQL CDR in "make menuselect". you must install additional > Addons after asterisk installation. you can download from > > http://ftp.digium.com/pub/asterisk/releases/asterisk-addons-1.4.2.tar.gz > > 1. Extract them > 2. Make > 3. Make Install > 4. cdr_addon_mysql.so will be installed including all other modules. > > Regards > > Nasir Iqbal > > > On Tue, 2007-07-24 at 08:17 -0400, hugolivude wrote: > > I'm trying to add MySQL CDR recording in Asterisk 1.4.6. I'm > > following the instructions posted here: > > > > http://www.voip-info.org/wiki-Asterisk+cdr+mysql > > > > I have MySQL installed and it works fine - starts on stratup, I can > > create DBs, tables and so on and I can connect through php. rpm -qa > > indicates: > > > > MySQL-server-5.0.22-0 > > MySQL-devel-5.0.22-0 > > MySQL-client-5.0.22-0 > > > > However I still get XXX for all of the MySQL add ons when I do: > > > > make menuselect > > > > Any pointers for me on how to troubleshoot and fix this problem? > > > > Thanks, > > Hugh > > > > _______________________________________________ > > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > >