Setting Policy Priority

To set the policy priority for a local policy:

  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 local-policy and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# local-policy
    ORACLE(local-policy)#
  4. Type select and the number of the local policy you want to configure.
    ORACLE(local-policy)# select 1
  5. policy-priority—Enter the policy priority for this local policy. It is used to facilitate emergency sessions from unregistered endpoints. This value is compared against the anonymous-priority parameter in the sip-interface configuration element. The default is none. The valid values are:
    • none | normal | non-urgent | urgent | emergency

      This completes the configuration.

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