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

Extracting individual CDR Records

Matt Cable
Level 1
Level 1

I have an issue with a Call recorder who requires the CDR records that are provided in realtime (through the Billing Server), where they require records going back a couple of months in the same format (i.e. the individual call).

I know I can extract the records in a CSV from CAR (The entire day/month etc), but they have requested the individual files.

Short of creating a MACRO to export each line from the CSV file (Not sure yet how..).

Does anyone know if it is possible to get hold of the individual files retrospectively?

Callmanager version is 7.0


Thanks
Matt

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

You could get those via CLI,

You use something like this:

file get activelog cm/cdr_repository/processed/20070810/cdr_StandAloneCluster_01_200708100053_1

And you get the individual files before they're processed into CAR DB

Just adjust the date, or use file view to see what folders you have and then pull the info you need.

You probably still need something to automate this.

HTH

java

if this helps, please rate

www.cisco.com/go/pdihelpdesk

HTH

java

if this helps, please rate

@java - automate, but how? Expect?

G.