Applying a TLS Profile

To apply the TLS profile, you need to specify it for the SIP interface with which it will be used. You must take this step from within the SIP interface configuration.

  1. Type session-router and press Enter to access the session-router path.
    ORACLE(configure)# session-router
  2. Type sip-interface and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# sip-interface
    ORACLE(sip-interface)#
  3. Select the existing SIP interface to which you want to apply the TLS profile. If you do not know the same of the profile, press Enter again after you use the select command to see a list of all SIP interfaces. Type in the number corresponding to the SIP interface you want to select, and press Enter. You will then be modifying that SIP interface.
    ORACLE(sip-interface)# select
  4. Type sip-ports and Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-interface)# sip-ports
    ORACLE(sip-port)#
  5. transport-protocol—Change the transport protocol to TLS.
    ORACLE(sip-interface)# transport-protocol tls
  6. tls-profile—Enter the name of the TLS profile you want applied. This is the same value you enter for the name parameter in the TLS profile configuration. This profile will be applied when the transport protocol is TLS.
    ORACLE(sip-interface)# tls-profile acmepacket
  7. Save your updated SIP interface configuration.