« Back to Call Detail Records Questions

Caller ID records in CDR?

Combination View Flat View Tree View
Threads [ Previous | Next ]
In the CDR records, I can find the callingnumber, but not the caller ID of the received call.
 
On the phones, in the directories menu I can find both the number and the name that was received.  Is this information stored anywhere in the CDR?

Hi ...
No The CDR haven't this information
But
I think you can export all "users And Phones" info using "BAT" service in the callmanager
 
Select from Application >> BAT

I am not sure if you are still looking for this information but caller id is stored in field "Display" in DeviceNumPlanMap table. So you should use the OrigDeviceName in the CDR to find the device in Device table and then use the pkid of that device to pull the name from DeviceNumPlanMap table.