Cisco Cisco IP Contact Center Release 4.6.1 Referencia técnica

Descargar
Página de 548
   
2-202
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Logical_Interface_Controller Table
Logical_Interface_Controller Table
Each row corresponds to a (possibly duplexed) Network Interface Controller (NIC) or Peripheral 
Gateway (PG). A duplexed NIC has two entries in the Physical Interface Controller table and a single 
entry in the Logical Interface Controller table.
Use ICM Configuration Manager to add, update, and delete Logical_Interface_Controller records.
Table 2-208 Logical_Interface_Controller Table Constraints
Constraint
Field Name(s)
PK
LogicalControllerID
AK-1
EnterpriseName
Table 2-209 Logical_Interface_Controller Table
Field Name
Description
Data Type
Keys and 
Null Option
ChangeStamp
Incremented when the record is changed in the 
central database.
CHANGESTAMP
NOT NULL
ClientType
The type of client the controller provides the 
interface for.
DBSMALLINT
NOT NULL
ConfigParam
String containing information, such as logon 
information, specific to the interface controller 
device. For example: 
-rtuser UserName -rtpswd Password
varchar(255)
NULL
Deleted
Deleted Flag. Stored as a character:
Y = Yes
N = No
DBCHAR
NULL
Description
Additional information about the controller.
DESCRIPTION
NULL
EnterpriseName
An enterprise name for the controller. This name 
must be unique for all logical controllers in the 
enterprise.
VNAME32
AK-1
NOT NULL
LogicalControllerID
Unique identifier for this logical controller.
DBSMALLINT
PK
NOT NULL
LogicalControllerType
The Interface Controller type:
2 = PG 
3 = NIC
DBSMALLINT
NOT NULL
PrimaryCtiAddress
The address for CTI Server as IP:port (either in 
dotted-numeric or name format).
varchar(255)
NULL
SecondaryCtiAddress
The address for the backup CTI Server as IP:port 
(either in dotted-numeric or name format).
varchar(255)
NULL