Cisco Cisco Unified Contact Center Enterprise 9.0(2) Referencia técnica

Descargar
Página de 548
   
2-52
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Application_Gateway_Connection Table
Related tables:
 (via ApplicationGatewayID)
HeartbeatTimeout
Number of milliseconds the CallRouter waits for a 
host to respond to a heartbeat request. The default 
is 300.
DBINT
NULL
HeatbeatInterval
Number of milliseconds between heartbeats. The 
idle timeout for each host is 4 times this value.
DBINT
NULL
InService
Indicates whether the connection is currently 
available: ‘Y’ (yes) or ‘N’ (no).
DBCHAR
NOT NULL
LateTimeout
Number of milliseconds the CallRouter waits for a 
response before considering it late. This does not 
affect CallRouter processing. It is for statistical 
use only.
DBINT
NULL
LinkTestThreshold
Currently not used.
DBINT
NULL
OpenTimeout
Number of milliseconds the CallRouter waits for a 
response to an open or close connection request. 
The default is 15000.
DBINT
NULL
Protocol
The communications protocol used for the 
connection. 1 = TCP (the only value currently 
supported).
DBINT
NOT NULL
RequestTimeout
Number of milliseconds the CallRouter waits for a 
response before timing out a request. The default 
value is 300.
DBINT
NULL
SessionRetry
Number of milliseconds the CallRouter waits 
before trying to reconnect after a connection 
terminates or a connection attempt fails. The 
default value is 30000.
DBINT
NULL
SessionRetryLimit
The maximum number of times the CallRouter 
attempts to connect or reconnect a session. (User 
intervention is then required to restart the 
connection.) If the value is 0, then no limit applies.
DBINT
NULL
Side
Indicates which side of the CallRouter uses the 
connection. Valid values are ‘A’ and ‘B’.
char(1)
PK
NOT NULL
Table 2-38 Application_Gateway_Connection Table (continued)
Field Name
Description
Data Type
Keys and 
Null Option