To access CDRs from mySQL, type the following:
- cd /opt/pbxware
- sh/mysql
- use pbxware
For example, to list all of the records with some field equal to some value, type:
- select * from cdr where something = somevalue;
WARNING: Any manual MySQL modifications are at your own risk and should be performed by a person familiar with MySQL. Eventual issues caused are not covered by Bicom Systems support