Appendix A: Configuring Cisco Unified SIP SRST Features Using Redirect Mode
Configuration Examples for Cisco Unified SIP SRST Features Using Redirect Mode
278
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
DETAILED STEPS
Configuration Examples for Cisco Unified SIP SRST Features
Using Redirect Mode
This section provides the following configuration example:
•
Cisco Unified SIP SRST: Example, page 279
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
•
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
voice service voip
Example:
Router(config)# voice service voip
Enters voice service configuration mode.
Step 4
sip
Example:
Router(config-voi-srv)# sip
Enters SIP configuration mode.
Step 5
redirect contact order
[
best-match
|
longest-
match
]
Example:
Router(conf-serv-sip)# redirect contact order
best-match
Sets the order of contacts in the 300 Multiple Choice
message. The keywords are defined as follows:
•
best-match
—(Optional) Uses the current system
configuration to set the order of contacts.
•
longest-match
—(Optional) Sets the contact order by
using the destination pattern longest match first, and
then the second longest match, the third longest match,
and so on. This is the default.
Step 6
end
Example:
Router(config-serv-sip)# end
Returns to privileged EXEC mode.