Resources | addressContext | zone | sipTrunkGroup | signaling | timers

timers

Use this object to define retransmission and session keep-alive timer parameters.

Configuration

ParameterPresenceTypeDefaultDescription
t1Ouint16500 This is the SIP protocol retransmission timer T1 (in milliseconds). T1 is an estimate of the round-trip time (RTT), and it defaults to 500 ms.
t2Ouint164000 This is the SIP protocol timer T2 (in milliseconds). This represents the maximum retransmit interval for non-INVITE requests and INVITE responses.
tcpRetransmitTimerOuint166 The retransmit timer (in seconds) for SIP request over TCP.
sctpRetransmitTimerOuint166 The retransmit timer (in seconds) for SIP request over SCTP.
sessionKeepaliveOuint161800 This is the SIP protocol session keep-alive timer (in seconds). When the timer is set to 0, session keepalive is disabled.
nonNatKeepAliveTimerOuint1660 This is the non Nat Keep alive timer.
sessionMinSEOuint1690 Specified the minimum session expires. This value is included in the Min-SE header and is also the minimum expiration value accepted from a Session-Expires header. (The smallest allowed value is 90 seconds.)
sessionTerminationDeltaTimeOuint160 The time before session expiration (in seconds) at which the SBC should send a BYE if no session refresh request has been received. This only applies when acting as the session keepalive responder (i.e. not refresher) for a call.
ocsDialogTimerOuint161440 This timer is re-started when we receive a request in the relay control block. If no request is received for the configured period dialog should be deleted When the timer is set to 0, session keepalive is disabled.
sipSwitchoverKeepAliveDelayOuint160 This will enable a delay timer after switchover. SBC shall continue retry with keepalive INVITE until sipSwitchoverKeepAliveDelay timer is active. This timer value is set to 0 by default.
suspendResumeTimerO This is the timer which, if enabled, gets started upon receipt of a SUSPEND ISUP message in SIP MIME and gets cancelled upon the receipt of a RESUME ISUP message in SIP MIME.
bfcpTimerO BFCP Retransmission timer parameters.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipTrunkGroup:sipTrunkGroup={name}/signaling/timers

  • No labels