Resources | addressContext | zone | gwTrunkGroup | callReservation

callReservation

callReservation object is used to reserve a portion of the resources for specific call direction or type for the specified GW trunk group.

Configuration

ParameterPresenceTypeDefaultDescription
inboundOuint8 Percentage of callLimit reserved for handling inbound calls. Default is 0%. The amount reserved is round off to next number. For example, 50% of 23 calls is 12.5 or 13 calls. Percentage selection allowed in 5% increments.
stateOenumerationdisabled Administrative state to disable or enable the call reservation feature on a Gw trunk group. All Gw trunk groups are created with this feature disabled. If this feature is enabled, the inbound value is overridden automatically.
priorityCallMinimumOuint321 The minimum number of priority call allowed when reservations are enabled.
incomingCallMinimumOuint321 The minimum number of incoming call allowed when reservations are enabled.
outgoingCallMinimumOuint3210 The minimum percent of outgoing call allowed when reservations are enabled.
silcO SILC traffic control configuration.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusGwTrunkGroup:gwTrunkGroup={name}/callReservation

  • No labels