Hello, I am trying to install the cdr-mysql. Information given in the following kink is what I am trying to follow; http://www.voip-info.org/wiki-Asterisk+cdr+mysql I cant figure out where to install the asterisk-addons. Is it in /usr/src or /usr/src/asterisk ? Once I create the cdr-mysql.conf. Is there a command to initiate the mysql module, or just a reload of a config is enough ? Thanks a bunch Sathya
Sathya Weerasooriya wrote:>Hello, > >I am trying to install the cdr-mysql. Information given in the following >kink is what I am trying to follow; > >http://www.voip-info.org/wiki-Asterisk+cdr+mysql > >I cant figure out where to install the asterisk-addons. Is it in /usr/src or >/usr/src/asterisk ? > >Once I create the cdr-mysql.conf. Is there a command to initiate the mysql >module, or just a reload of a config is enough ? > >Thanks a bunch > >Sathya > > >Make sure you have mysql and mysql-devel packages installed.. then.. # cd /usr/src # export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot # cvs login - the password is anoncvs. # cvs checkout asterisk-addons # cd asterisk-addons # make install That should be it.. Later..
WipeOut wrote:> Sathya Weerasooriya wrote: > >> Hello, >> >> I am trying to install the cdr-mysql. Information given in the following >> kink is what I am trying to follow; >> >> http://www.voip-info.org/wiki-Asterisk+cdr+mysql >> >> I cant figure out where to install the asterisk-addons. Is it in >> /usr/src or >> /usr/src/asterisk ? >> >> Once I create the cdr-mysql.conf. Is there a command to initiate the >> mysql >> module, or just a reload of a config is enough ? >> >> Thanks a bunch >> >> Sathya >> >> >> > Make sure you have mysql and mysql-devel packages installed.. > > then.. > > # cd /usr/src > # export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot > # cvs login - the password is anoncvs. > # cvs checkout asterisk-addons > # cd asterisk-addons > # make install > > That should be it.. > > Later.. > > > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >You might also want to install the agi perl script packages if you want to work with link asterisk with perl - mysql. Heres the website: http://asterisk.gnuinter.net/ Jaycard.