SIP TCP Keepalive Configuration for Session Agents
To enable SIP TCP keepalive for session agents:
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal ORACLE(configure)#
-
Type
session-router and press Enter to access the signaling-level configuration elements.
ORACLE(configure)# session-router ORACLE(session-router)#
-
Type
session-agent and press Enter.
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.
-
tcp-keepalive—Enable or disable standard keepalive probes to determine whether or not connectivity with a remote peer is lost. The default value is
none. The valid values are:
-
none | enabled | disabled
ACMEPACKET(session-agent)# tcp-keepalive enabled
-
- Save and activate your configuration.