| 
 CDRs are located under:   /home/servers/pbxware/pw/var/log/asterisk/cdr.db     They are in SQLite format and can be exported like this:    cd /home/servers/pbxware  sh/sqlite /var/log/asterisk/cdr.db .dump > sqldump.sql     NOTE:   The export can easily be imported into any database system.  
 |