[Asterisk-Users] mysql addon
WipeOut
wipe_out at onetel.com
Tue Nov 18 02:18:51 MST 2003
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 at 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..
More information about the asterisk-users
mailing list