Resources | addressContext | zone | cac | egress

egress

Egress-specific call admission control configuration.

Configuration

ParameterPresenceTypeDefaultDescription
callLimitOunionunlimited The total number of outbound 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 egress call rate allowed in calls/second.
callBurstMaxOunionunlimited The maximum allowed burst (above the allowed sustained rate) for egress call attempts.
registerRateMaxOunionunlimited The maximum sustained egress rate of initial SIP registrations allowed.
registerBurstMaxOunionunlimited The maximum allowed burst (above the allowed sustained rate) for egress initial SIP registrations.
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 egress rate of initial SIP subscription allowed.
subscribeBurstMaxOunionunlimited The maximum allowed burst (above the allowed sustained rate) for egress initial SIP subscription.
otherReqRateMaxOunionunlimited The maximum sustained egress rate of initial SIP subscriptions allowed.
otherReqBurstMaxOunionunlimited The maximum allowed burst (above the allowed sustained rate) for egress initial SIP subscription.
RESTCONF API: GET Example

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

  • No labels