Resources | addressContext | zone | h323TrunkGroup | packetOutage

packetOutage

Specifies the packet outage detection parameters for the H.323 trunk group.

Configuration

ParameterPresenceTypeDefaultDescription
minimumDurationOuint166000 This is the minimum outage (in milliseconds) on a call for that call to be counted as part of the packet outage detection algorithm.
minimumCallsOuint161000 The number of calls with outages required within the current interval to declare a packet outage event.
bandwidthLimitReductionOuint850 The amount to reduce the bandwidth limit (as a percentage of the configured limit) when a packet outage is detected.
detectionStateOenumerationdisabled Used to enable automatic bandwidth reduction when a packet outage is detected. The bandwidth limit is restored when the feature is disabled.
detectionIntervalOuint1615 The size of the packet outage detection interval in minutes.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusH323TrunkGroup:h323TrunkGroup={name}/packetOutage

  • No labels