SIP TCP Keepalive Configuration for SIP Interfaces

To enable SIP TCP keepalive for SIP interfaces:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter to access the signaling-level configuration elements.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type sip-interface and press Enter.
    ORACLE(session-router)# sip-interface
    ORACLE(sip-interface)#

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

  4. tcp-keepalive—Enable or disable SIP TCP keepalive. The default value is none. The valid values are:
    • none | enabled | disabled

      ORACLE(session-agent)# tcp-keepalive enabled
  5. Save and activate your configuration.