1. Bicom Systems
  2. Solution home
  3. PBXware
  4. HOWTOs

Reports :: HOWTO Accessing CDRs from MySQL

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 somethingsomevalue;

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