What is the Route_Call_Detail (CDR) table in Cisco ICM used for

Every call which is routed by Cisco ICM is put into the Route_Call_Detail table (Call Detail Records CDR) of the database. The Cisco ICM software generates a Route_Call_Detail record for every routing request it processes.

A look into this table could help you by troubleshooting routing problems of the Cisco ICM system.

The Route_Call_Detail Table contains a lot of information of the routed calls like: dialed number, destination label, failures, used script, caller entered digits, ect.

See bellow a subset of fields in this table useful for troubleshooting.
(All fields can be found in the Cisco ICM database scheme handbook document at cisco.com)
 
Fields of the Route_Call_Detail table:

ANI
automatic number identification (calling party).

CED
caller-entered digits.

DateTime
date and time call was routed.

DialedNumberString
The dialed number for the call.
 
   
FinalObjectID
Identifies the node ID of the last script node executed to route the call.

Label
Identifies the label that was passed to routing the call
(NULL when call is not routed).

ScriptID
foreign key from Script table.
Indicates the script which is used to route the call.

Bellow an example query to search for a specific dialed number at a specific time and date in the Route_Call_Detail table of Cisco ICM:

SELECT
RCD.DialedNumberString as DNS,
RCD.DateTime,
RCD.ANI,
RCD.CED,
RCD.ScriptID,
RCD.FinalObjectID,
RCD.Label
FROM
hostname.dbo.Route_Call_Detail as RCD
WHERE
RCD.DialedNumberString like '%123456%' AND
(RCD.DateTime > '2008-08-19 07:00:00.000'
AND
RCD.DateTime < '2008-08-19 22:00:00.000')
ORDER BY
RCD.DateTime

When the Label field is NULL the call is not routed, this can be caused by a problem of the mapping of the dialed number to the Label.

You can also see what the last object was in the script which have routed the call.

Vulnerability Announcements
Multiple Vulnerabilities in Cisco Unified IP Phones 7900 Series

Default Credentials Vulnerability in Cisco Network Registrar

Cisco RVS4000 and WRVS4400N Web Management Interface Vulnerabilities

Cisco Content Services Gateway Denial of Service Vulnerability

Multiple Vulnerabilities in Cisco AnyConnect Secure Mobility Client

Cisco SA 500 Series Security Appliances Web Management Interface Vulnerabilities

Cisco ASR 9000 Series Routers Line Card IP Version 4 Denial of Service Vulnerability

Field Notices
(Cisco CRS Series Routers) Field Notice: FN - 63126 - CRS: 1OC768-ITU/C cards may experience High Bit Error Rate (BER) or loss of Transmit power incidents in certain batch of optical module - Workaround Fix on Failure

(Cisco CRS Series Routers) Field Notice: FN - 63046 - CRS - 1OC768-POS-SR cards May Experience Bit Error Rate (BER) Incidents Due to Onboard Short - Fix on Failure

(Cisco MGX 8800 Series Switches) Field Notice: FN - 63319 - MGX - VXSM-SW May Report Error Code 400 for CAS Signaling Call - Workaround Available

(Cisco 7800 Series Media Convergence Servers) Field Notice: FN - 63324 - A Limited Number of HP DL380-G6 Servers Shipped Prior to November 16, 2009 May Unexpectedly Reboot

(Cisco 800 Series Routers) Field Notice: FN - 63343 - PCEX-3G-HSPA-R6 Modem not Recognized in Cisco IOS 15.1(1)T of Cisco 880G Series Router - Cisco IOS Upgrade Required

(Cisco MDS 9500 Series Multilayer Directors) Field Notice: FN - 63132 - MDS9000 - Potential DIMM Memory Issue in a Small Number of DS-X9530-SF2-K9 Supervisor Cards Manufactured Between September 2007 and February 2008