Specifications

22-6
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 22 Registering Cisco Unity Express Endpoints to Cisco Unified Messaging Gateway
Manually Registering a Cisco Unity Express Endpoint
Example
The following commands on a Cisco Unity Express 3.1 endpoint set it up to autoregister with
Cisco UMG, and then enable autoregistration and finally write the configuration to startup-config.
se-10-0-0-0# config t
se-10-0-0-0(config)# messaging-gateway primary 100 192.0.2.0 port 8080
se-10-0-0-0(config-gateway)# username cue31 password text herein
se-10-0-0-0(config-gateway)# retry-interval 2
se-10-0-0-0(config-gateway)# end
se-10-0-0-0(config)# messaging-gateway secondary 200 192.0.2.1 port 8080
se-10-0-0-0(config-gateway)# username cue31 password text herein
se-10-0-0-0(config-gateway)# retry-interval 2
se-10-0-0-0(config-gateway)# end
se-10-0-0-0(config)# messaging-gateway registration
se-10-0-0-0(config)# end
se-10-0-0-0# write memory
Manually Registering a Cisco Unity Express Endpoint
If you want to add a Cisco Unity Express endpoint to your Cisco UMG system, and it is either
Step 9
retry-interval retry-interval
Example:
se-10-0-0-0(config-gateway)# retry-interval 2
(Optional) The retry-interval is the delay before the
endpoint attempts to re-register with the messaging
gateway. The value is expressed in minutes. The
default is 5 minutes.
Step 10
end
Example:
se-10-0-0-0(config-gateway)# end
Exits gateway configuration mode and enters config
mode.
Step 11
messaging-gateway registration
Example:
se-10-0-0-0(config)# messaging-gateway registration
Causes the endpoint to send a registration message
to its primary and, if applicable, to its secondary
messaging gateway - unless registration with the
primary fails due to a configuration error.
Step 12
end
Example:
se-10-0-0-0(config)# end
Exits config mode and enters EXEC mode.
Step 13
show messaging-gateway
Example:
se-10-0-0-0# show messaging-gateway
(Optional) Displays the details associated with the
registration of the messaging gateway, successful or
otherwise. For more information, see the “Verifying
the Registration Status of a Cisco Unity Express
Endpoint” section on page 12.
Step 14
write memory
Example:
se-10-0-0-0# write memory
Copies the running-config to the startup-config and
thereby ensures that the foregoing autoregistration
configurations are not lost if the endpoint goes
down.
Command or Action Purpose