Cisco Cisco IP Contact Center Release 4.6.1 Références techniques

Page de 404
 
2-111
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
ICR_Globals Table
Related tables:
Call Type (DefaultCallTypeID maps to Call_Type.CallTypeID)
Network VRU (DefaultNetworkTargetID maps to Network_VRU.NetworkTargetID)
CLIDMaskingEnable
Valid options are:
Y = CLID masking is enabled.
N = CLID masking is not enabled.
char(1)
NOT NULL
CLIDMaskingDigitsToMask
The number of digits of CLID to mask.
int
NULL
CLIDMaskingRemoveDigits
Valid options are: 
Y = Remove digits. 
N = Mask digits.
char(1)
NULL
CLIDMaskingMaskCharacter
The character to use when masking digits.
varchar(1)
NULL
ExternalAuthentication
Enables the use of an external authenticator 
with the Configuration Management Service 
(CMS) for the LoginName in the Person table. 
Valid options are:
Y = External authenticator enabled.
N = External authenticator not enabled.
char(1)
NOT NULL
LoginCaseUnique
Specifies whether or not LoginNames in the 
Person table are case-sensitive. Valid options 
are:
Y = Indicates that LoginNames in the Person 
table are case sensitive.
N = Indicates that the case of LoginNames in 
the Person table does not matter. 
Notes:  (1) Changing this property will cause 
ALL person login names in the database to be 
changed appropriately. 
(2) It is possible that not all person records can 
be converted from case sensitive to not case 
sensitive or the reverse. This can happen if 
changing the case causes a name conflict with 
other login names in the system.
char(1)
NOT NULL
MinPasswordLength
Specifies a minimum password length for a 
Person.
int
NOT NULL
ChangeStamp
Incremented when the record is changed in the 
central database.
int
NOT NULL
Table 2-89 ICR_Globals Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option