| Parameter | Presence | Type | Default | Description |
---|
| callLimit | O | union | unlimited |
The total number of inbound concurrent calls allowed.
|
| emergencyOversubscription | O | uint16 | 10 |
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.
|
| extendedEmergencyIpLimit | O | uint16 | 0 |
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.
|
| callRateMax | O | union | unlimited |
The maximum sustained ingress call rate allowed in calls/second.
|
| callBurstMax | O | union | unlimited |
The maximum allowed burst (above the allowed sustained
rate) for ingress calls.
|
| registerRateMax | O | union | unlimited |
The maximum sustained rate of initial SIP registrations allowed in registrations/second.
|
| registerBurstMax | O | union | unlimited |
The maximum burst (above the allowed sustained
rate) for initial SIP registrations.
|
| packetRateMax | O | union | unlimited |
The maximum sustained packet rate allowed (in packets/second).
|
| hpcOversubscription | O | uint16 | 10 |
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.
|
| subscribeRateMax | O | union | unlimited |
The maximum sustained rate of initial SIP subscription allowed in subscribes/second.
|
| subscribeBurstMax | O | union | unlimited |
The maximum burst (above the allowed sustained
rate) for initial SIP subscription.
|
| otherReqRateMax | O | union | unlimited |
The maximum sustained rate of all other out-of-dialog SIP request allowed in one second.
|
| otherReqBurstMax | O | union | unlimited |
The maximum burst (above the allowed sustained
rate) for all other out-of-dialog SIP request.
|