Re-targeting LRT ENUM-based Requests Configuration

This section shows you how to configure the Oracle® Enterprise Session Border Controller to retarget/re-route request message when performing an LRT or an ENUM lookup.

To configure the Oracle® Enterprise Session Border Controller to retarget or route request messages when performing an LRT lookup:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
  3. Type local-routing-config and press Enter.
    ORACLE(session-router)# local-routing-config
    ORACLE(local-routing-config)#
  4. retarget-requests—Leave this parameter set to enabled for the Oracle® Enterprise Session Border Controller to replace the Request-URI in the outgoing request. Change this parameter to disabled for the Oracle® Enterprise Session Border Controller to route the request by looking to the Route header to determine where to send the message.
  5. Save your work using the done command.

    To configure the Oracle® Enterprise Session Border Controller to retarget or route request messages when performing an ENUM lookup:

  6. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  7. Type session-router and press Enter.
    ORACLE(configure)# session-router
  8. Type local-routing-config and press Enter.
    ORACLE(session-router)# enum-config
    ORACLE(enum-config)#
  9. retarget-requests—Leave this parameter set to enabled for the Oracle® Enterprise Session Border Controller to replace the Request-URI in the outgoing request. Change this parameter to disabled for the Oracle® Enterprise Session Border Controller to route the request by looking to the Route header to determine where to send the message.
  10. Save your work using the done command.