Specifications

5-3
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
7. copy running-config startup-config
DETAILED STEPS
Examples
The following example illustrates the show ccn subsystem sip output, which displays the SIP gateway
IP address and SIP port number:
se-10-0-0-0# show ccn subsystem sip
SIP Gateway: 10.100.6.9
SIP Port Number: 5060
DTMF Relay: sip-notify,sub-notify
MWI Notification: sub-notify
Transfer Mode: refer-consult
SIP RFC Compliance: Pre-RFC3261
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
ccn subsystem sip
Example:
se-10-0-0-0# ccn subsystem sip
Enters SIP configuration mode.
Step 3
gateway address ip-address
Example:
se-10-0-0-0(config-sip)# gateway address 10.100.6.9
Specifies the hostname or IP address of the router
where the SIP proxy server resides.
Step 4
gateway port port-number
Example:
se-10-0-0-0(config-sip)# gateway port 5060
Specifies the UDP port number on which the SIP
proxy server listens for incoming SIP messages. The
default value is 5060.
Note We strongly recommend that you do not
change this port number.
Step 5
end
Example:
se-10-0-0-0(config-sip)# end
Returns to privileged EXEC mode.
Step 6
show ccn subsystem sip
Example:
se-10-0-0-0# show ccn subsystem sip
Displays the SIP subsystem parameters.
Step 7
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Copies the configuration changes to the startup
configuration.