Cisco Voice Portal · Schema

Cisco Voice Portal Dialed Number Pattern

Schema for a CVP Dialed Number Pattern (DNP). Dialed number patterns define how incoming calls are routed to specific VXML applications or call treatments based on the dialed number (DNIS). DNPs are a core configuration element in CVP that maps incoming numbers to call handling logic and integrates with ICM/UCCE routing.

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
patternId string Unique identifier for the pattern
pattern string The dialed number pattern. Supports wildcards (* for any digits). Examples: 18005551234, 1800555*, *
description string Description of what this pattern routes to
callType string Call type determining how the call interacts with ICM/UCCE. Pre-route calls are sent to ICM before any treatment. Translation-route calls receive self-service treatment then route to ICM. Post-route c
applicationName string VXML application associated with this pattern
enabled boolean Whether this pattern is active
priority integer Pattern matching priority (lower number = higher priority)
sipServerGroup string SIP server group for outbound routing
ringtoneApplication string Application to play while waiting for ICM route response
errorApplication string Application to play on error conditions
survivalApplication string Application to use in ICM survival mode (when ICM is unreachable)
View JSON Schema on GitHub