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 media-related configurations.
    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 SIP interface).
  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—enter the digest realm sent in an authentication challenge (401/407) sent to a UA. This is required in ENUM/DNS deployments,.
  8. credential-retrieval-method—Enter ENUM-TXT.
  9. credential-retrieval-config—Enter the enum-config name used for retrieving authentication data.
  10. Type done when finished.