Integrating Voice Mail with Cisco Unified SRST
Configuration Examples for SCCP SRST
249
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
Configuration Examples for SCCP SRST
This section provides the following configuration examples:
•
Configuring Local Voice-Mail System (FXO and FXS): Example, page 249
•
Configuring Central Location Voice-Mail System (FXO and FXS): Example, page 250
•
Configuring Voice-Mail Access over FXO and FXS: Example, page 251
•
Configuring Voice-Mail Access over BRI and PRI: Example, page 251
Configuring Local Voice-Mail System (FXO and FXS): Example
The “Dial-Peer Configuration for Integration of Voice-Mail with Cisco Unified SCCP SRST” section of
the example below shows a legacy dial-peer configuration for a local voice-mail system. The “Cisco
Unified SCCP SRST Voice-Mail Integration Pattern Configuration” section must be compatible with
your voice-mail system configuration.
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 SCCP SRST router. Keywords and
arguments are as follows:
•
ipv4:
destination-address
: IP address of the
voice-mail server.
•
dns:
host-name
: 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