Specifications

7-8
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 7 Configuring Voice Mail
Planning Mailbox Configuration
Examples
The following example configures a mailbox for a subscriber and displays the output of the show
commands:
se-10-0-0-0# config t
se-10-0-0-0(config)# voice mailbox owner user3
se-10-0-0-0(config-mailbox)# description "User 3 mailbox"
se-10-0-0-0(config-mailbox)# expiration time 10
se-10-0-0-0(config-mailbox)# greeting alternate
se-10-0-0-0(config-mailbox)# mailboxsize 480
se-10-0-0-0(config-mailbox)# messagesize 120
se-10-0-0-0(config-mailbox)# no tutorial
se-10-0-0-0(config-mailbox)# zerooutnumber “2100”
se-10-0-0-0(config-mailbox)# enable
se-10-0-0-0(config-mailbox)# end
se-10-0-0-0(config)# exit
se-10-0-0-0# show voicemail detail mailbox user3
Owner: /sw/local/users/user3
Type: Personal
Description: User 3 mailbox
Busy state: idle
Enabled: true
Mailbox Size (seconds): 480
Message Size (seconds): 120
Play Tutorial: false
Space Used (seconds): 0
Total Message Count: 0
Step 13
show voicemail {detail {mailbox | user} name | limits |
mailboxes [idle days]| usage | users}
Example:
se-10-0-0-0# show voicemail detail mailbox sales
se-10-0-0-0# show voicemail detail mailbox user1
se-10-0-0-0# show voicemail detail user user3
se-10-0-0-0# show voicemail limits
se-10-0-0-0# show voicemail mailboxes
se-10-0-0-0# show voicemail mailboxes idle 5
se-10-0-0-0# show voicemail usage
se-10-0-0-0# show voicemail users
Displays voice mailbox properties.
detail—Displays the details for a configured
mailbox for the subscriber with the specified user
ID. For a group mailbox, this is the name of the
mailbox, not the owner of the mailbox. If a
subscriber is an owner of a group mailbox,
details for both the subscriber’s personal and
group mailboxes are displayed.
limits—Displays the default values for all
mailboxes.
mailboxes—Displays all configured mailboxes
and their current mailbox storage status. The idle
parameter displays the mailboxes that have been
inactive for at least the specified number of days.
usage—Displays how much of the system’s
voice-mail capacity has been used or configured.
users—Lists the local voice-mail subscribers.
Step 14
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Copies the configuration changes to the startup
configuration.
Command or Action Purpose