Resources | addressContext | zone | cac | ingress

ingress

Ingress-specific call admission control configuration.

Configuration

ParameterPresenceTypeDefaultDescription
callLimitOunionunlimited The total number of inbound concurrent calls allowed.
emergencyOversubscriptionOuint1610 The oversubscription of resources (as a percentage) that is allowed for emergency calls. When the baseline call limit and bandwidth limits are reached, normal calls will be stopped but emergency calls will be allowed up to this additional percentage.
extendedEmergencyIpLimitOuint160 The oversubscription of resources (expressed as numeric value) that is allowed for emergency calls. When the baseline call limit and emergency oversubscription resource limits are exhausted, normal calls will be stopped but emergency calls shall be allowed up to this configured number.
callRateMaxOunionunlimited The maximum sustained ingress call rate allowed in calls/second.
callBurstMaxOunionunlimited The maximum allowed burst (above the allowed sustained rate) for ingress calls.
registerRateMaxOunionunlimited The maximum sustained rate of initial SIP registrations allowed in registrations/second.
registerBurstMaxOunionunlimited The maximum burst (above the allowed sustained rate) for initial SIP registrations.
packetRateMaxOunionunlimited The maximum sustained packet rate allowed (in packets/second).
hpcOversubscriptionOuint1610 The oversubscription of resources (as a percentage) that is allowed for HPC calls. When the baseline call limit and bandwidth limits are reached, normal calls will be stopped but HPC calls will be allowed up to this additional percentage.
subscribeRateMaxOunionunlimited The maximum sustained rate of initial SIP subscription allowed in subscribes/second.
subscribeBurstMaxOunionunlimited The maximum burst (above the allowed sustained rate) for initial SIP subscription.
otherReqRateMaxOunionunlimited The maximum sustained rate of all other out-of-dialog SIP request allowed in one second.
otherReqBurstMaxOunionunlimited The maximum burst (above the allowed sustained rate) for all other out-of-dialog SIP request.
RESTCONF API: GET Example

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

  • No labels