cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1005
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

Resolution

Normally, if the call detail record (CDR) is purged from the CDR Analysis and Reporting (CAR) application, it automatically purges the call management record (CMR) or Database Layer/Aupair. This depends on the size of the CDR records. But, if there are some unassociated CMR records, the purge, especially any third party, is not always successful. In order to purge the unassociated CMR, run this query:

delete from CallDetailRecordDiagnostic where callIdentifier NOT IN(select destLegIdentifier as legId from CallDetailRecord UNION select origLegCallIdentifier as legid from CallDetailRecord)

It is also possible to run this in order to check the counts:

select count(*) from CallDetailRecordDiagnostic

All of the CMR records are stored under the CDR Database in the CallDetailRecordDiagnostic

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: