Resources | addressContext | zone | cac

cac

Call/Registration Admission Control for this zone.

Exists on Condition (/system/sbcPersonality/role !='slb') and (/system/deploymentType != 'microservices')

Configuration

ParameterPresenceTypeDefaultDescription
callLimitOunionunlimited The total number of concurrent calls (both ingress and egress) allowed.
bandwidthLimitOunionunlimited Total media bandwidth limit (in K bits/sec).
callLimitThresholdOuint80 Call Limit utilization notification threshold.
bandwidthLimitThresholdOuint80 Bandwidth utilization notification threshold.
bandwidthVideoThresholdOuint80 Bandwidth utilization prune video threshold.
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.
registrationLimitOunionunlimited The number of concurrent registrations allowed.
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.
subscriptionLimitOunionunlimited The number of concurrent subscrition allowed.
ingressO Ingress-specific call admission control configuration.
egressO Egress-specific call admission control configuration.
RESTCONF API: GET Example

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

  • No labels