Configuring Secure SRST for SCCP and SIP
How to Configure Secure Unified SRST
223
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
Configuring SIP SRTP for Encrypted Phones
This section specifies that SRTP should be used to enable secure calls and allows non-secure calls to
"fallback" to using RTP media.
SUMMARY STEPS
1.
enable
2.
configure
terminal
3.
voice service voip
4.
srtp
fallback
5.
allow-connections
sip to h323
6.
allow-connections
sip to sip
7.
end
DETAILED STEPS
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
srtp
fallback
Example::
Router(config-voi-serv)# srtp fallback
Specifies that SRTP be used to enable secure calls and call
fallback.
SRTP fallback allows calls to fallback to non-secure mode
if SRTP is not available.
Step 5
allow-connections
sip to h323
Example:
Router(config-voi-serv)# allow-connections sip
to h323
(Optional) Allows connections from SIP endpoints to H.323
endpoints.