cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
295
Views
0
Helpful
2
Replies

Delete cdr records for individual extension/device

iqadeer2e2
Level 1
Level 1

Hi,

Could you let me know if its possible to delete all cdr records for an individual extension. We have an ATA device which is filling up the CDR database with spurious calls.

Callmanager version we are running is 4.2(3).

Thanks

Imtiaz

2 Replies 2

david-lima
Level 4
Level 4

Hi maybe you can use the SQL to run a query that delete a specific record, for example:

On CDR Database

delete from calldetailrecord where callingpartynumber='DN of ATA'.

If is possible, try in a lab enviroment first..

Hope this help

David

Thanks David for coming back to me.

I did manage to delete the calls by going into enterprise manager and selecting rows. the query I ran is as follows:

SELECT *

FROM CallDetailRecord

WHERE (callingPartyNumber = '4156')