Emergency Session Handling Configuration

To set the anonymous priority for a message received in a SIP interface:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the session-level configuration elements.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. 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)#
  4. Type select and the number of the SIP interface you want to configure.
    ORACLE(sip-interface)# select 1
  5. anonymous-priority—Set the policy priority for this SIP interface. It is used to facilitate emergency sessions from unregistered endpoints. This value is compared against the policy-priority parameter in the local-policy configuration element. The default is none. The valid values are:
    • none | normal | non-urgent | urgent | emergency

      This completes the configuration.

      ORACLE(sip-interface)# anonymous-priority emergency
  6. Save your work using the ACLI done command.