In this section:

 

This section describes CLI syntax and parameters for the gwTrunkGroup 'callReservation' object used for reserving a portion of the resources for specific call direction or type for the specified gateway trunk group.

Note

As a best practice, always use UPPERCASE for trunk group names.

 

Command Syntax

% set addressContext <name> zone <name> gwTrunkGroup <name> callReservation
	inbound <0-100>
	incomingCallMinimum <0-128>
	outgoingCallMinimum <0-100>
	priorityCallMinimum <0-100>
	silc 
		MC1Percent <0-100>
		MC2Percent <0-100>
		state <disabled | enabled>
	state <disabled | enabled>

Command Parameters

Call Reservation Parameters

ParameterLength/RangeDescription
inbound0-100The percentage of callLimit reserved for handling inbound calls (This is the percentage of channels reserved for handling inbound calls). Enter a value in 5 percent increments. (default = 0).
incomingCallMinimum0-128Minimum number of incoming call allowed when reservations are enabled for this gateway trunk group. (default = 1)
outgoingCallMinimum0-100Minimum percent of outgoing call allowed when reservations are enabled for this gateway trunk group. (default = 10) 
priorityCallMinimum0-100Minimum number of priority call allowed when reservations are enabled for this gateway trunk group. (default = 1). 
silcN/A

Specifies the SILC traffic control configuration. 

  • MC1Percent – The percentage of calls to accept when the machine congestion level is 1 (range: 0-100 / default = 75).
  • MC2Percent – The percentage of calls to accept when the machine congestion level is 2 (range: 0-100 / default = 25).
  • state – Administrative state to enable/disable SILC traffic control. 
    • disabled   (default)
    • enabled
stateN/AAdministrative state to disable or enable the call reservation feature on a gateway trunk group.
  • disabled (default)
  • enabled

  • No labels