Cisco Cisco E-Mail Manager Unity Integration Option Technical References

Page of 548
   
2-436
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
VRU_Defaults Table
Related tables:
 (via LocaleID)
 (via CurrencyID)
LocaleID
A combination of language and country specifying 
the language the VRU micro-application executes 
in: 
en-us = U.S. English (default)
en-gb = Great Britain English
es-es = European Spanish
es-mx = Mexican Spanish
DBINT
FK
NOT NULL
MediaServerSet
Base URL for all media files used in the VRU 
script. The default value is file:../MediaFiles
varchar(255)
NOT NULL
NoEntryTimeout
The number of seconds a caller is allowed to begin 
entering digits.  If exceeded, the system times-out. 
Valid options are the digits 0-99 (default: 5).
DBINT
NOT NULL
NoEntryTries
Number of times ISN repeats the Get Digits cycle 
when a caller doesn’t enter any data after being 
given the prompt. (Total includes first cycle.)  
Valid options are the digits 1-9 (default: 3).
DBINT
NOT NULL
SystemMediaLib
A path to library of system media files/prompts for 
individual digits, months, default error messages, 
etc. The default entry is sys.
varchar(255)
NULL
VruDefaultsID
A unique identifier.
DBINT
PK
NOT NULL
Table 2-404 VRU_Defaults Table (continued)
Field Name
Description
Data Type
Keys and 
Null Option