Specifications
Integrating Voice Mail with Cisco Unified SRST
How to Integrate Voice Mail with Cisco Unified SRST
160
Cisco Unified Survivable Remote Site Telephony Version 4.0 System Administrator Guide
Step 6
mwi-server {ipv4:
destination
-
address
|
dns:
host
-
name
} [expires
seconds
] [port
port
]
[transport {tcp | udp}] [unsolicited]
Example:
Router(config-sip-ua)# mwi-server ipv4:10.0.2.254
Configures voice-mail server settings on a voice
gateway or user agent. The IP address and port for the
SIP-based MWI server should be in the same LAN as
the voice-mail server. The MWI server is a
Cisco Unified SRST router. Keywords and arguments
are as follows:
• ipv4:destination-address—IP address of the
voice-mail server.
• dns:host-name—Host device housing the
domain name server that resolves the name of the
voice-mail server. The argument should contain
the complete hostname to be associated with the
target address; for example, dns:test.cisco.com.
• expires seconds—Subscription expiration time,
in seconds. Range is from 1 to 999999. Default
is 3600.
• port port—Port number on the voice-mail server.
Default is 5060.
• transport—Transport protocol to the voice-mail
server. Valid values are tcp and udp. Default is
UDP.
• unsolicited—Requires the voice-mail server to
send a SIP notification message to the voice
gateway or UA if the mailbox status changes.
Removes the requirement that the voice gateway
subscribe for MWI service.
Step 7
exit
Example:
Router(config-sip-ua)# exit
Exits SIP user-agent configuration mode.
Command Purpose