]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Add taskprocessor alert level options. 18/3318/8
authorAlexei Gradinari <alex2grad@gmail.com>
Fri, 22 Jul 2016 21:37:06 +0000 (17:37 -0400)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 3 Aug 2016 19:56:45 +0000 (14:56 -0500)
commitea71bd6e3e17bc43b006400c25cce281dd0f6897
tree49b829ee33ab6a5074317a630cd7c64a081e47aa
parent8d6a7b89bd663fe87c64bd49a41450851ea3d928
app_voicemail: Add taskprocessor alert level options.

On heavy loaded system with IMAP or DB storage,
'app_voicemail' taskprocessor queue could reach 500 scheduled tasks.
It could happen when the IMAP or DB server dies or is unreachable.
It could happen on startup when there are many (thousands)
realtime endpoints configured with unsolicited mwi.
If the taskprocessor queue reaches the high water level
then the alert is triggered and pjsip stops processing new requests
until the queue reaches the low water level to clear the alert.

This patch adds 2 new 'general' configuration options
to tune taskprocessor alert levels:
'tps_queue_high' - Taskprocessor high water alert trigger level.
'tps_queue_low' - Taskprocessor low water clear alert level

ASTERISK-26229 #close

Change-Id: I766294fbffedf64053c0d9ac0bedd3109f043ee8
CHANGES
apps/app_voicemail.c
configs/samples/voicemail.conf.sample