E-CSCF Configuration
This procedure assumes that the Oracle Communications Unified Session Manager is configured to communicate with a CLF. In addition, this procedure assumes an the Oracle Communications Unified Session Manager is configured and loaded with an appropriate LRT for E-CSCF Use.
To configure an NMC for E-CSCF use (baseline parameters are not mentioned):
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal
-
Type
session-router
and press Enter to access the signaling-related configurations.
ORACLE(configure)# session-router
-
Type
net-management-control
and press Enter.
ORACLE(session-router)# net-management-control
- name—Enter the name of this network management control rule; this value uniquely identifies the control rule. There is no default for this parameter.
-
state—Enable or disable this network management control rule. The default value is
enabled. The valid values are:
-
enabled | disabled
-
- type—Set this parameter to priority so that the Oracle Communications Unified Session Manager will flag incoming calls with a matching destination identifier as a priority calls.
- treatment—Set this parameter to divert.
- next-hop—Leave this parameter blank so that the call’s processing will go directly to local policy.
- destination-identifier—Enter the service URN that endpoints in your network include in their request URIs to identify themselves as emergency calls.
-
Save your configuration.
To configure local policy for E-CSCF use (baseline parameters are not mentioned):
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal ORACLE(configure)#
-
Type
session-router and press Enter.
ORACLE(configure)# session-router ORACLE(session-router)#
-
Type
local-policy
and press Enter. If you are adding this feature to a pre-existing local policy configuration, you will need to select and edit your local policy.
ORACLE(session-router)# local-policy ORACLE(local-policy)#
- to-address—Set this parameter to the lookup key for matching emergency calls. You can now use a service URN as lookup key criteria.
-
Save your configuration.
To configure policy attributes for E-CSCF use (baseline parameters are not mentioned):
-
Type
policy-attributes
and press Enter. If you are adding this feature to a pre-existing local policy configuration, you will need to select and edit your local policy.
ORACLE(local-policy))# policy-attributes ORACLE(policy-attributes)#
- next-hop—Set this parameter to lrt: name-of-elrt-file.gz for this policy attribute to lookup routes in the named lrt file.
- eloc-str-lkup—Set this parameter to enabled for the Oracle Communications Unified Session Manager to parse the emergency location string, as received in a CLF Line Identifyier AVP, for emergency LRT lookup.
- eloc-str-match—Set this parameter to the attribute name found in the location string whose value will be used as a lookup key in the LRT named in the next-hop parameter. Common values include “loc” or noc.
- Save and activate your configuration.