Cisco Cisco Unified Contact Center Enterprise 9.0(2) Technical References

Page of 548
   
2-46
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Announcement Table
Announcement Table 
Each row corresponds to a voice announcement. The ICM software can route a call to an announcement.
Use ICM Configuration Manager to add, update, and delete Announcement records.
Related tables:
 (via NetworkTargetID)
Table 2-31 Announcement Table Constraints
Constraint
Field Name(s)
PK
NetworkTargetID
AK-1
EnterpriseName
FK
NetworkTargetID
Table 2-32 Announcement Table
Field Name
Description
Data Type
Keysand 
Null Option
AnnouncementType
An integer value indicating the type of the 
announcement.
DBSMALLINT
NOT NULL
ChangeStamp
Incremented when the record is changed in the 
central database.
CHANGESTAMP
NOT NULL
Description
Additional information about the announcement.
DESCRIPTION
NULL
EnterpriseName
An enterprise name for this announcement. This 
name must be unique among all announcements in 
the enterprise.
VNAME32
AK-1
NOT NULL
NetworkTargetID
Foreign key from the Network Target table.
DBINT
PK, FK
NOT NULL