Users Guide

Table Of Contents
554 | Voice and Video Dell PowerConnect ArubaOS 5.0 | User Guide
Configuring Dial Plans
You can configure a maximum of two dial plan profiles and maximum of 20 dial plans per profile. The dial plan
must be associated to a SIP ALG configuration.
Using CLI to configure dial plan
To configure a dial plan for SIP devices:
1. Create a voice dial plan
2. Associate the dial plan with SIP ALG
Create a voice dial plan profile
(host) (config) #voice dialplan-profile local
(host) (Dialplan Profile "local") #dialplan 100 XXXXXXX 9%e
(host) (Dialplan Profile "local") #!
Associate the dial plan with SIP ALG
(host) (config) #voice sip
(host) (SIP settings) #dialplan-profile local
(host) (SIP settings) #!
View SIP dial plan profile
(host) (config) #show voice sip
SIP settings
------------
Parameter Value
--------- -----
Dialplan Profile local
View dial plan details
(host) (config) #show voice dialplan-profile local
Dialplan Profile "local"
---------------------------
Parameter Value
--------- -----
dialplan 100 XXXXXXX 9%e
Table 121 Examples of Dial Plans
Dialplan Pattern Action Description
XXXX %e When the user dials a four digit number, no action is taken and the call is allowed.
XXXXXXX 9%e When the user dials a seven digit number, a nine (9) is prefixed to that number and the call
is executed.
Example, if the user dials 2274500, the call is executed by adding 9 to the number,
92274500.
XXXXXXXXXX 91%e This dial plan prefixes 91 to the dialed number.
Example, call to 4082274500 will be executed as 914082274500.
+1XXXXXXXXXX 9%e This dial plan replaces ‘+’ with 9 and executes the call.
Example, call to +14082274500 is executed as 914082274500.
+. 9011%e his dial plan removes ‘+’ and prefixes 9011 for an international call. Example, call to
+886212345678 is executed as 9011886212345678.