Specifications

13-15
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 13 Networking Cisco Unity Express
Adding Remote Subscribers to the Local Directory
DETAILED STEPS
Examples
The following example configures several remote subscribers.
se-10-0-0-0# config t
se-10-0-0-0(config)# remote username user2 location sjc create
se-10-0-0-0(config)# remote username user2 phonenumber 84444
se-10-0-0-0(config)# remote username user5 location sjc create
se-10-0-0-0(config)# remote username user5 phonenumber 81111
se-10-0-0-0(config)# remote username user3 location nyc create
se-10-0-0-0(config)# remote username user3 phonenumber 92222
se-10-0-0-0(config)# remote username user4 location nyc create
se-10-0-0-0(config)# remote username user4 phonenumber 93333
se-10-0-0-0(config)# end
se-10-0-0-0# remote username user2 fullname display “User 2”
se-10-0-0-0# remote username user2 fullname first User
se-10-0-0-0# remote username user2 fullname last 2
se-10-0-0-0# remote username user5 fullname display “User 5”
se-10-0-0-0# remote username user5 fullname first User
se-10-0-0-0# remote username user5 fullname last 5
se-10-0-0-0# remote username user3 fullname display “User” 3
se-10-0-0-0# remote username user3 fullname first User
se-10-0-0-0# remote username user3 fullname last 3
se-10-0-0-0# remote username user4 fullname display “User 4”
Command or Action Purpose
Step 1
remote username username location location-id create
Example:
se-10-0-0-0# remote username user1 location sjc create
Adds the subscriber with username at the location
location-id to the local directory.
An error message appears if one of the following
conditions occurs:
A local subscriber, group, or remote
subscriber exists with this username.
The maximum number of remote subscribers
is already configured on the system.
location-id does not exist.
location-id is the local location.
Step 2
remote username username fullname display display-name
Example:
se-10-0-0-0# remote username user1 fullname display
“Al Brown”
Associates the remote subscriber username with a
display name.
Step 3
remote username username fullname first first-name
Example:
se-10-0-0-0# remote username user1 fullname first Al
Associates the remote subscriber username with a
first name for display.
Step 4
remote username username fullname last last-name
Example:
se-10-0-0-0# remote username user1 fullname last Brown
Associates the remote subscriber username with a
last name for display.