Wanted to mine some of the Asterisk CDR data using MS/Access via the ODBC connector.
I downloaded and installed the ODBC driver from here --
http://dev.mysql.com/downloads/connector/odbc/5.1.html
An I set it up I thought with the IP of the Box, Port 3306
User Asteriskuser ==
Password == same as used in amportal.conf
Database == asteriskcdrdb
But no Joy.. Has anyone else had any luck making this work ??
Thanks...
I downloaded and installed the ODBC driver from here --
http://dev.mysql.com/downloads/connector/odbc/5.1.html
An I set it up I thought with the IP of the Box, Port 3306
User Asteriskuser ==
Password == same as used in amportal.conf
Database == asteriskcdrdb
But no Joy.. Has anyone else had any luck making this work ??
Code:
[EMAIL="root@pbx"]root@pbx[/EMAIL]:~ $ mysql -u asteriskuser -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 449
Server version: 5.0.45 Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| asterisk |
| asteriskcdrdb |
| test |
+--------------------+
4 rows in set (0.01 sec)
Thanks...
