In this section:

 

This section describes CLI syntax and parameters for the SIP Trunk Group 'callReservation' object.

Use callReservation object to reserve a portion of the resources for specific call direction or type for the specified SIP trunk group.

Note

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

 

Command Syntax

% set addressContext <name> zone <name> sipTrunkGroup <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

SIP Trunk Group Call Reservation Parameters

ParameterLength/RangeDescription
inbound 0-100The percentage of callLimit reserved for handling inbound calls. Enter value in 5 percent increments. (default = 0).
incomingCallMinimum 0-128Minimum number of incoming call allowed when reservations are enabled. (default = 1)
outgoingCallMinimum 0-100Minimum percent of outgoing call allowed when reservations are enabled. (default = 10) 
priorityCallMinimum 0-100Minimum number of priority call allowed when reservations are enabled. (default = 1). 
silc N/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 – Use flag to enable/disable SILC traffic control. 
    • disabled   (default)
    • enabled
state Administrative state to disable or enable the call reservation feature on a SIP trunk group.
  • disabled (default)
  • enabled
  • No labels