mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Revert "app_voicemail: Remove need to subscribe to stasis"
This reverts commit 29115e2384
.
That commit closed a long standing hole which allowed subscriptions
to mailboxes that weren't configured in voicemail.conf. This
caused an issue with FreePBX which depdended on that behavior.
The commit is being reverted until FreePBX can handle the new
behavior.
ASTERISK-28151
Reported by: Ronald Raikes
Change-Id: I57b7b85e75d7dd97c742b5c69d718a0f61260c15
This commit is contained in:
@@ -387,6 +387,17 @@ sendvoicemail=yes ; Allow the user to compose and send a voicemail while inside
|
||||
; defaults to being off
|
||||
; backupdeleted=100
|
||||
|
||||
; Asterisk Task Processor Queue Size
|
||||
; On heavy loaded system you may need to increase 'app_voicemail' taskprocessor queue.
|
||||
; If the taskprocessor queue size reached high water level, the alert is triggered.
|
||||
; If the alert is set then some modules (for example pjsip) slow down its production
|
||||
; until the alert is cleared.
|
||||
; The alert is cleared when taskprocessor queue size drops to the low water clear level.
|
||||
; The next options set taskprocessor queue levels for this module.
|
||||
; tps_queue_high=500 ; Taskprocessor high water alert trigger level.
|
||||
; tps_queue_low=450 ; Taskprocessor low water clear alert level.
|
||||
; The default is -1 for 90% of high water level.
|
||||
|
||||
[zonemessages]
|
||||
; Users may be located in different timezones, or may have different
|
||||
; message announcements for their introductory message when they enter
|
||||
|
Reference in New Issue
Block a user