Emergency Session Handling Configuration
To set the anonymous priority for a message received in a SIP interface:
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal
-
Type
session-router and press Enter to access the session-level configuration elements.
ORACLE(configure)# session-router ORACLE(session-router)#
-
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)#
-
Type
select and the number of the SIP interface you want to configure.
ORACLE(sip-interface)# select 1
-
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
-
- Save your work using the ACLI done command.


