| 
 To access CDRs when PBXware is in Static ODBC mode, type the following: - cd /home/servers/sitemanager
 - sh/mysql --password=$(cat sh/lib/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;
 
  
 |