This type is a class for model objects.
Configuration for the SIP container part of the application server. The SIP container manages SIP applications.
Package: sipcontainerAttributes Summary | |
maxAppSessions : EInt | Maximum number of SIP application sessions that the SIP Container will manage. When the maximum has been reached, no new SIP conversations will be started. |
maxMessageRate : EInt | Sets the maximum amount of SIP messages per second. |
maxDispatchQueueSize : EInt | Limits the size of the internal dispatch queue. Above this size, the queue will be considered overloaded. When the internal queue reaches the overloaded state, incoming UDP packets will be dropped until the queue exits the overloaded state. Limiting the queue size enables better recovery from the case where the CPU is used by other processes or threads (for example, garbage collection) and prevents the container from reaching out-of-memory conditions. Setting the value to 0 gives an unlimited queue size. |
maxResponseTime : EInt | Maximum acceptable response time (in milliseconds). Once this parameter has been exceeded, the container notifies the clustering framework that it is unavailable. |
statAveragePeriod : EInt | The time period (in milliseconds) over which averages are calculated. |
statUpdateRange : EInt | Controls the interval (in milliseconds) at which the container calculates averages and publishes statistics to PMI. |
threadPool : ThreadPool @ | * No description is available * |
Attribute Details |