Specifications
13-20
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
Configuring a Location with vCard Information
Examples
The following example enables receipt of vCard information to network locations 23 and nyc:
se-10-0-0-0# config t
se-10-0-0-0(config)# network location 23
se-10-0-0-0(config-location)# voicemail vcard
se-10-0-0-0(config-location)# end
se-10-0-0-0(config)# network location nyc
se-10-0-0-0(config-location)# voicemail vcard
se-10-0-0-0(config-location)# end
se-10-0-0-0(config)# exit
The following command disables receipt of vCard information to network location nyc:
se-10-0-0-0# config t
se-10-0-0-0(config)# network location nyc
se-10-0-0-0(config-location)# no voicemail vcard
se-10-0-0-0(config-location)# end
se-10-0-0-0(config)# exit
Displaying vCard Status
Several commands are available to display vCard status.
Displaying vCard Status For a Specific Location
The following Cisco Unity Express EXEC mode command displays details about a specific remote
location:
show network detail location id location-id
where location-id is the remote location number.
The following example displays details about network location 15, which has vCard enabled:
Step 3
voicemail vcard
Example:
se-10-0-0-0(config-location)# voicemail vcard
Enables the network location location-id to receive
vCard information.
To disable the receipt of vCard information, use the
no form of this command.
Step 4
end
Example:
se-10-0-0-0(config-location)# end
se-10-0-0-0(config)#
Exits location configuration mode.
Step 5
exit
Example:
se-10-0-0-0(config)# exit
se-10-0-0-0#
Exits configuration mode.
Command or Action Purpose