Cisco Cisco IP Contact Center Release 4.6.1 Riferimenti tecnici

Pagina di 404
 
2-161
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Route_Call_Detail Table
TargetLabelID
The label associated with the ultimate target at 
the switch. For a translation routed call, this is the 
label of the final destination, not of the 
translation route itself.
int
NULL
RouterCallKeySequenceNumber
A sequence number used for ordering rows for 
cradle-to-grave call tracking. This number 
defines the order in which the route requests were 
created. This is not the order in which the 
Route_Call_Detail records were created.
For PG routing clients, this field defines the 
Termination_Call_Detail instance that initiated 
the route request.
int
NULL
RouterQueueTime
Number of seconds the call was held in the 
CallRouter queue.
int
NULL
VruScripts
Number of VRU Script nodes encountered by the 
call.
int
NULL
Label
Identifies the label that was passed to the routing 
client. For a translation routed call, this is the 
label for the translation route, not the ultimate 
destination. If the label passed to the routing 
client for the call is configured, this will be the 
same as the Label field of the label specified by 
LabelID. If the label for the call is not configured, 
this is the label passed back to the routing client 
and the LabelID will be NULL.
varchar(32)
NULL
TargetLabel
The label associated with the ultimate target at 
the switch. For a translation routed call, this is the 
label of the final destination, not of the 
translation route itself. If the label for the call is 
configured, this will be the same as the Label 
field of the label specified by TargetLabelID. If 
the label for the call is not configured, this is the 
final label for the call and TargetLabelID will be 
NULL.
varchar(32)
NULL
DialedNumberString
The dialed number for the call. If the dialed 
number for the call is configured, this will be the 
same as the DialedNumberString of the dialed 
number specified by DialedNumberID. If the 
dialed number for the call is not configured, this 
is the dialed number string and DialedNumberID 
will be NULL.
varchar(32)
NULL
Table 2-139 Route_Call_Detail Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option