SIP TCP Connection Reuse Configuration

This section describes how to enable SIP TCP connection reuse for a session agent. Currently there are two options for the new reuse-connections parameter: none (which turns the feature off) and tcp (which enables the feature for TCP connections). You also set the re-connection interval.

To enable SIP TCP connection reuse for a session agent:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the signaling-level configuration elements.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type session-agent and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)#

    If you are adding support for this feature to a pre-existing session agent, then you must select (using the ACLI select command) the session agent that you want to edit.

  4. reuse-connections—Enable or disable SIP TCP connection reuse. The default is none. This value disables the feature. The valid values are:
    • tcp | none

  5. tcp-reconn-interval—Enter the amount of time in seconds before retrying a TCP connection. The default for this parameter is 0. The valid range is:
    • Minimum—0, 2

    • Maximum—300

  6. Save and activate your configuration.