Resources | addressContext | zone | sipTrunkGroup | signaling | timers | bfcpTimer

bfcpTimer

BFCP Retransmission timer parameters.

Configuration

ParameterPresenceTypeDefaultDescription
reqTimerT1Ouint16500 This is the BFCP protocol retransmission timer T1 (in milliseconds). T1 is the initial request retransmission timer, an estimate of the round-trip time (RTT), and it defaults to 500 ms.
respTimerT2Ouint1610000 This is the BFCP protocol timer T2 (in milliseconds). T2 is the response retransmission timer, and defaults to 10000 ms.
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/bfcpTimer

  • No labels