Users Guide

Table Of Contents
Dell PowerConnect ArubaOS 5.0 | User Guide Voice and Video | 553
Using the WebUI to configure the SIP client user role
1. Navigate to the Configuration > AP Configuration page. Select either AP Group or AP Specific.
z If you select AP Group, click Edit for the AP group name for which you want to configure the SIP client
user role.
z If you select AP Specific, select the name of the AP for which you want to configure the SIP client user
role.
2. Under Profiles, select Wireless LAN, then select Virtual AP. In the Virtual AP list, select the appropriate
virtual AP instance.
3. Select the AAA profile. Enter the configured user role for SIP authentication role.
4. Click Apply.
Using the CLI to configure the SIP client user role
aaa profile <profile>
sip-authentication-role <role>
Use the show voice sip client-status command to view the state of the client registration.
Dial Plan for SIP Calls
A PSTN call from a SIP device usually requires the user to prefix 9 or 0 before the destination number. You can
configure dial plans (prefix codes) on the controller that are required by the local EPABX system to provide
outgoing PSTN call facility from a SIP device. After the dial plan is configured, a user can make SIP calls by
dialing the destination number without any prefixes.
Dial Plan Format
The format of a SIP dial plan is <sequence> <digit-pattern> <action>.
z sequence—is a number between 100 and 65535. The sequence number positions the dial plan in the list of
dial plans configured in the controller.
z digit-pattern—is the pattern or the number of digits that will be dialed by the user. You can specify digit
pattern using ‘X’, ‘Z’, ‘N’ , ‘[‘ , and ‘]’.
X is a wild card that represents any character from 0 to 9.
Z is a wild card that represents any character from 1 to 9.
N is a wild card that represents any character from 2 to 9.
. (period) is a wild card that represents any-length digit strings.
z action—is the dial plan that is automatically prefixed to the dialed number. This is specified as <dial-
plan>%e
. Examples of dial plans are:
9%e: The number 9 is prefixed to the dialed number.
91%e: The number 91 is prefixed to the dialed number.
Note: Dial plan can be configured only for SIP over UDP.