Specifications
5-13
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Configuring SIP Call Control Parameters
5. end
6. copy running-config startup-config
DETAILED STEPS
Configuring the Inclusion of Envelope Information in SIP MWI Notifications
To determine whether envelope information is included in SIP MWI notifications, use the
mwi envelope-info command.
Enabling the inclusion of envelope information in SIP MWI notifications does not effect whether
Cisco Unity Express accepts MWI subscriptions that request envelope information. It only determines
whether envelope information is not included in SIP MWI notifications and it effects only the content of
MWI messages generated by Cisco Unity Express. Disabling the inclusion of envelope information does
not terminate existing MWI subscriptions. After it is enabled, subsequent MWI notifications include
envelope information for any existing MWI subscription that requested with envelope information
Command of Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
ccn application ciscomwiapplication
Example:
se-10-0-0-0(config)# ccn application
ciscomwiapplication
Enters configuration mode for the MWI application.
Step 3
parameter strMWI_ON_DN on-extension
Example:
se-10-0-0-0(config-application)# parameter
strMWI_ON_DN 8000
Assigns the on-extension value as the MWI on
extension. Use the same on extension as configured
on Cisco Unified CME.
Step 4
parameter strMWI_OFF_DN off-extension
Example:
se-10-0-0-0(config-application)# parameter
strMWI_OFF_DN 8001
Assigns the off-extension value as the MWI off
extension. Use the same off extension as configured
on Cisco Unified CME.
Step 5
end
Example:
se-10-0-0-0(config-application)# end
Returns to privileged EXEC mode.
Step 6
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Copies the configuration changes to the startup
configuration.