Cisco Cisco E-Mail Manager Unity Integration Option Technical References

Page of 548
   
2-280
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Routing_Client Table
Related tables:
 (via RoutingClientID)
 (via RoutingClientID)
 (via RoutingClientID)
 (via LogicalControllerID)
 (via PeripheralID)
 (via RoutingClientID)
 (via RoutingClientID)
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.
DBSMALLINT
NOT NULL
LogicalControllerID
Specifies the logical interface controller (PG or 
NIC) that services the routing client.
DBSMALLINT
FK,, IE-2
NOT NULL
NetworkRoutingClient
A name used to associate routing clients across 
instances.
VNAME32
NULL
NetworkTransferPreferred
When the target of a call transfer is reachable by 
both a label defined for the requesting routing 
client and by another label defined for the network 
routing client that pre-routed the call, this column 
indicates which choice is preferred. Stored as a 
character:
Y = Network Transfer is preferred
N = Network Transfer is not preferred.
DBCHAR
NOT NULL
PeripheralID
Indicates which peripheral is acting as the 
interface to the ICM software within a private 
network.
DBSMALLINT
FK, IE-1
NULL
RoutingClientID
Unique identifier for this routing client.
DBSMALLINT
PK
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.
DBSMALLINT
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.
DBSMALLINT
NOT NULL
Table 2-294 Routing_Client Table (continued)
Field Name
Description
Data Type
Keys and 
Null Option