McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 236

↗ View in doc context
page
236
source
ucce/v15.0.1/db-schema-handbook/db-schema-handbook.md
chunk_id
ucce::v15.0.1::db-schema-handbook::db-schema-handbook::222

Describes the call qualifier values (dialed number, calling line ID, and caller-entered digits) associated with each call type. Use the Call Type Directory dialog of the Script Editor to add, update, and delete Dialed_Number_Map records. Related Tables Call_Type, on page 112 (via CallTypeID) Dialed_Number, on page 215 (via DialedNumberID) Region, on page 370 (via RegionID) Table 158: Indexes for Dialed_Number_Map Table index_keys index_description index_name CallTypeID, RegionID nonclustered located on PRIMARY XIE1Dialed_Number_Map DialedNumberID, Item clustered, unique, primary key located on PRIMARY XPKDialed_Number_Map Table 159: Fields in Dialed_Number_Map Table Keys and NULL Option Data Type Description Name NULL varchar(30) ANI value or region name. An ANI value can be a prefix of any length (the leading digits of the telephone number) or a complete telephone number. ANIWildCard NOT NULL DBSMALLINT Indicates what type the ANIWildCard is. To see the list of values, see Dialed Number Map: ANIWildCardType, on page 658. ANIWildCardType FK NOT NULL DBINT Foreign key from Call Type table. CallTypeID NULL varchar(30) Value to match against CED: • '_A' = All • '_NR'= None Required • '_NE' = None Entered • '_N' = None Required or Entered CEDWildCard NULL DESCRIPTION Additional information about the mapping of these call qualifiers to this call type. Description PK, FK NOT NULL DBINT Foreign key from the Dialed Number table. DialedNumberID and Item together form an alternate key that is used by the system software to determine the order in which to match the wildcards. DialedNumberID Database Schema Handbook for Cisco Unified Contact Center Enterprise, Release 15.0(1) 218 All Tables Dialed_Number_Map