SIP Authentication Profile

To configure the SIP Authentication Profile:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the session router path.
    ORACLE(configure)# session-router
  3. Type sip-authentication-profile and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# sip-authentication-profile
    ORACLE(sip-authentication-profile)#

    You may now begin configuring the SIP Authentication Profile configuration element.

  4. name—Enter the name of this SIP authentication profile that will be referenced from a SIP registrar (or a SIP interface) configuration element.
  5. methods—Enter all the methods that should be authenticated. Enclose multiple methods in quotes and separated by commas.
  6. anonymous-methods—Enter the methods from anonymous users that require authentication. Enclose multiple methods in quotes and separated by commas.
  7. digest-realm—Leave this blank for Cx deployments.
  8. credential-retrieval-method—Enter CX.
  9. credential-retrieval-config—Enter the home-subscriber-server name used for retrieving authentication data.
  10. Type done when finished.