Configuring SIP HMR Sets

This section shows you how to configure your multiple SIP HMR sets.

Remember to run the ACLI verify-config command prior to activating your configuration so the Oracle® Enterprise Session Border Controller can detect any invalid or circular references.

To set the parameters enabling the use of SIP HMR sets:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type sip-manipulation and press Enter.
    ORACLE(session-router)# sip-manipulation
    ORACLE(sip-manipulation)#
  4. Type header-rules and press Enter.
    ORACLE(session-router)# header-rules
    ORACLE(sip-header-rules)#
  5. Type element-rule and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(sip-header-rules)# element-rules
    ORACLE(sip-element-rules)#
  6. action—Enter the sip-manip value to enable use this rule for a SIP HMR set. This value then invoke the rule identified in the new-value parameter.
  7. new-value—To use SIP HMR sets, enter the name of the manipulation rule you want invoked for the set.
  8. Save and activate your configuration.