Reference Guide

voice dialplan-profile
voice dialplan-profile <profile>
clone <source>
dialplan {<sequence> <pattern> <action>}
no...
Description
This command allows you to create a dial plan profile and configure dial plans to the profile.
Syntax
Parameter Description
<profile>
Name of this instance of the dial plan profile.
clone
Name of the existing dial plan profile from which parameter values are copied.
dialplan
Configures a dialplan with the sequence, pattern, and action specified for the profile. You can
configure upto 20 dialplans for a profile.
<sequence>
A number that positions the dial plan in the list of dial plans configured in the controller. The
range is 100 - 65535.
<pattern>
A digit pattern or the number of digits that will be dialed by the user. You can specify the digit
pattern using X, ‘Z’, ‘N’, ‘[ ]’ and ..
l X is a wild card that represents any character from 0 to 9.
l Z is a wild card that represents any character from 1 to 9.
l N is a wild card that represents any character from 2 to 9.
l [ ] is a wild card that represents the number or the range specified in the brackets.
l . (period) is a wild card that represents any-length digit strings.
<action>
A prefix code that is automatically prefixed to the dialed number. This is specified as <prefix-
code>%e. Examples of dial plans are:
l 9%e: The number 9 is prefixed to the dialed number.
l 91%e: The number 91 is prefixed to the dialed number.
Usage Guidelines
You can configure dial plans on the controller that are required by the local EPABX system to provide outgoing
PSTN call facility from a SIP device.
NOTE: Dial plan can be configured only for SIP over UDP.
Example
The following command creates a dial plan for the dial plan profile,
local
:
(host) (config) #voice dialplan-profile local
(host) (Dialplan Profile "local") #dialplan 300 Z. 91%e
Dell PowerConnect W-Series ArubaOS 6.2 | Reference Guide voice dialplan-profile | 1447