Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of ContentsBack to CLI Configure Mode

Back to Address Context - CLI

Back to Zone - CLI

Back to zone sipTrunkGroup Zone - SIP Trunk Group - CLI

This page describes CLI syntax and parameters for the SIP Trunk Group 'congestionHandling' object.

Use this object to specify the parameters governing the behavior when under local overload or when receiving congestion indications from downstream peers.

Command Syntax

Code Block
languagenone
% set addressContext <name> zone <name> sipTrunkGroup <name> congestionHandling
	egressThrottling <disabled | enabled>
	retryAfterMax <0-120>
	retryAfterMin <0-120>

Command Parameters

Caption
0Table
1SIP Trunk Group Congestion Handling Parameters
ParameterLength/RangeDescription
egressThrottlingN/A

Determines whether received peer overload indications (SIP 503 w/ Retry After) cause to adaptively throttle egress calls and registrations to that   peer.

Options are:

  • disabled (default) – The traffic rate allowed to this peer is unchanged when a 503 response is received from the peer.
  • enabled – Traffic rate allowed to this peer is decreased when a 503 response is received from the peer.
retryAfterMax0-120Maximum Retry-After time (in seconds) when an ingress call or register is rejected with 503 due to local overload. (default = 30).
retryAfterMin0-120Minimum Retry-After time (in seconds) when an ingress call or register is rejected with 503 due to local overload. (default = 10).