Redirect Configuration for SIP Interface

You can configure the Oracle® Enterprise Session Border Controller to redirect requests from a UAC to a UAS using the URI in 305 responses only. You can use the ACLI at the paths session-router, sip-interface or session-router, session-agent.

To configure the redirect-action feature on the SIP interface on the Oracle® Enterprise Session Border Controller:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the session router-related configurations.
    ORACLE(configure)# session-router
  3. Type sip-interface and press Enter to access the SIP interface-related configurations. The system prompt changes to let you know that you can begin configuring individual parameters for this object.
    ORACLE(session-router)# sip-interface
    ORACLE(sip-interface)#
  4. Enter redirect-action followed by the following value:
    • recurse-305-only

    ORACLE(sip-interface)# redirect-action recurse-305-only

    When the Oracle® Enterprise Session Border Controller receives a 305 SIP redirect response (Use Proxy) on the SIP interface, it automatically redirects all requests to the Contact URI specified in the 305 response. All 3xx responses other than 305 responses are sent back to the previous hop.

    To disable this feature, enter redirect-action and press Enter without entering a value.
    ORACLE(sip-interface)# redirect-action