Cisco Cisco Unified Contact Center Enterprise 9.0(2) テクニカルリファレンス

ページ / 404
 
2-34
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Application_Gateway_Globals Table
Table 2-19 Applications_Gateway_Globals Table
Field Name
Description
Data Type
Keys and Null 
Option
ID
A unique identifier for the row.
int
PK, NOT 
NULL
ErrorThreshold
Number of consecutive errors that cause the ICM 
software to declare the host unavailable. The 
software then initiates a reconnect.
int
NOT NULL
RequestTimeout
Number of milliseconds the CallRouter waits for a 
response before timing out a request. The default 
value is 300.
int
NOT NULL
AbandonTimeout
An internal timeout used by the CallRouter to 
determine a failure in the application gateway 
interface process. The default is 5000.
int
NOT NULL
SessionRetry
Number of milliseconds the CallRouter waits before 
trying to reconnect after a connection terminates or 
a connection attempt fails. The default is 30000.
int
NOT 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.
int
NOT NULL
OpenTimeout
Number of milliseconds the CallRouter waits for a 
response to an open or close connection request. 
The default is 15000.
int
NOT NULL
HeartbeatTimeout
Number of milliseconds the CallRouter waits for a 
host to respond to a heartbeat request. The default is 
300.
int
NOT NULL
HeartbeatLimit
Number of consecutive unanswered heartbeats after 
which the CallRouter closes the connection. The 
default is 10. (For purposes of this count, a query is 
counted as a heartbeat.)
int
NOT NULL
HeartbeatRetry
Number of milliseconds to wait before retrying a 
missed heartbeat. The default is 200. The total time 
between heartbeat tries is HeartbeatTimeout + 
HeartbeatRetry.
int
NOT NULL
HeatbeatInterval
Number of milliseconds between heartbeats. The 
idle timeout for each host is 4 times this value.
int
NOT NULL
LinkTestThreshold
Currently not used.
int
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.
int
NOT NULL