Articles
HOWTO: Asterisk CDR + MYSQL
This tutorial will teach you how to configure Asterisk to store its CDR in MYSQL Database. Im using Debian Etch as my Operating System.
Installing Mysql Server 5 and Client
apt-get install mysql-server mysql-common php5-mysql mysql-client-5.0 mysql-client libmysqlclient15-dev
Creating a Database, Tables and Permissions
asterisk88:~# mysql -u root -p <enter>
Enter password: <enter>
Welcome to the MySQL [...]
