Specifications

18-39
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 18 Configuring Advanced Voice Mail
Configuring Restriction Tables
DETAILED STEPS
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
restriction table-name dial-string preference
preference-number pattern pattern-string
{allowed |
disallowed}
[insert]
Example:
se-10-0-0-0(config)# restriction msg-notification
dial-string preference 2 pattern 91222* disallowed
se-10-0-0-0(config)# restriction msg-notification
dial-string preference 2 pattern 91800* allowed
insert
(Optional) Specifies the dial string that the system
uses to verify a phone number assigned to a phone
device or numeric pager. Use this command to add a
new dial string to the restriction table or to modify an
existing dial string.
preference-number—Order of this string in the
restriction table. The system searches the strings
in order of preference, starting with 1. Valid
values are 1 to 10.
The default pattern * has preference 1 by default.
The administrator can modify this setting.
pattern-string—Call pattern to be matched. Valid
characters are digits 0 to 9, asterisk (*), or dot (.).
The table accepts duplicate call patterns.
The default pattern * cannot be deleted or
modified.
allowed—Permits phone numbers with this
pattern to be assigned to message notification
devices.
The default pattern * is allowed by default. The
administrator can modify this setting.
disallowed—Prevents phone numbers with this
pattern from being assigned to message
notification devices.
insert—(Optional) Inserts the dial string in the
proper place in the table. The system increases
the preference number of existing strings
appropriately. The system displays a system
message if the preference number is less than 1 or
greater than 10.
If insert is not used, the system replaces any
existing dial string with the given preference
with this new dial string. The system displays a
system message if no existing dial string has the
given preference.