Resources | addressContext | zone | h323TrunkGroup | callReservation

callReservation

Specifies the parameters for reserving a portion of the resources for specific call direction or type for the H.323 trunk group.

Configuration

ParameterPresenceTypeDefaultDescription
inboundOuint80 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 H323 trunk group. All H323 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}/sonusH323TrunkGroup:h323TrunkGroup={name}/callReservation

  • No labels