Specifications
14-8
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 14 Configuring Distribution Lists
Configuring Private Distribution Lists
Examples
The following example creates public distribution list number 5 for engineers:
se-10-0-0-0# config t
se-10-0-0-0(config)# list name engineers number 5 create
se-10-0-0-0(config)# list number 5 owner User1
se-10-0-0-0(config)# list number 5 owner progmgrs
se-10-0-0-0(config)# list number 5 member User1 type user
se-10-0-0-0(config)# list number 5 member User2 type user
se-10-0-0-0(config)# list number 5 member betamgrs type group
se-10-0-0-0(config)# list number 5 member tech type gdm
se-10-0-0-0(config)# list number 5 member 87777 type blind
se-10-0-0-0(config)# exit
Configuring Private Distribution Lists
Local subscribers can configure their private distribution lists using the GUI menu option VoiceMail >
Distribution Lists > My Private Lists or by using the TUI.
No CLI commands are available for configuring private lists.
Displaying Distribution Lists
Several commands are available to display distribution lists and their members.
Displaying All Public Distribution Lists
The following Cisco Unity Express EXEC mode command displays all the public distribution lists on
the local system:
show lists public
This command displays the lists in alphabetical order with each list name, number, and type, followed
by the details of each list.
Step 5
list number list-number description description
Example:
se-10-0-0-0(config)# list number 5 description “SJ
Engineers”
(Optional) Adds a description to the public list.
Enclose the description in quotes if the description
is more than one word.
An error message appears if the list does not exist.
Use the no form of this command to delete the
description.
Step 6
exit
Example:
se-10-0-0-0(config)# exit
se-10-0-0-0#
Exits configuration mode.
Command or Action Purpose