Cisco Cisco IP Contact Center Release 4.6.2 Riferimenti tecnici

Pagina di 404
 
2-177
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Routing_Client Table
Client Type
(continued)
24  =  Siemens ROLM 9751 CBX (9005)
25  =  ICR Protocol NIC
26  =  Alcatel 4400
27  =  NEC NEAX 2x00
28  =  ACP 1000
29  =  Nortel Symposium
30  =  Enterprise Agent
31  =  Call Routing Service Protocol (CRSP)
32  =  Ericsson MD110
33  =  Cable & Wireless INAP NIC
34  =  Energis INAP NIC
35  =  AUCS INAP NIC
36  =  Concert NIC
37  =  Deutsche Telecom NIC
38  =  CAIN NIC
39  =  Telfort INAP NIC
40  =  BT V2 NIC
41  =  TIM INAP NIC
42  =  Generic PG
43  =  CeM
smallint
NOT NULL
TimeoutThreshold
Maximum time, in milliseconds, the routing 
client can wait for a response to a routing 
request. The NIC sends a default response 
slightly before this threshold.
smallint
NOT NULL
TimeoutLimit
Maximum time, in seconds, for which the 
routing client waits for a response. If the 
routing client receives no responses from the 
ICM software within this limit, it terminates 
routing operation.
smallint
NOT NULL
LateThreshold
Threshold value, in milliseconds, for 
classifying responses as late. Any response that 
exceeds this threshold is considered late even if 
it does not exceed the TimeoutThreshold.
smallint
NOT NULL
ConfigParam
String containing information specific to a 
routing client device (for example, a subsystem 
number). A null value indicates no 
configuration parameters are provided.
varchar(255)
NULL
DialedNumberLabelMapPresent
Indicates whether the Dialed_Number_Label 
table is used to determine which labels are 
valid for each dialed number. If not, all labels 
for the routing client are valid for all dialed 
numbers. Stored as a character:
Y = Yes
N = No
char(1)
NOT NULL
Description
Additional information about the routing 
client.
varchar(255)
NULL
Table 2-144 Routing_Client Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option