mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
Revert "app_voicemail: Cleanup stale lock files on module load"
This reverts commit fd2e8d0da7
.
Reason for revert: Problematic for users who store their voicemail
on network storage devices, or share voicemail storage between
multiple Asterisk instances.
ASTERISK-28567 #close
Change-Id: I3ff4ca983d8e753fe2971f3439bd154705693c41
This commit is contained in:
10
doc/CHANGES-staging/voicemail_lock_cleanup_revert.txt
Normal file
10
doc/CHANGES-staging/voicemail_lock_cleanup_revert.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Subject: app_voicemail
|
||||
|
||||
A feature was added in Asterisk 13.27.0 and 16.4.0 that removed lock files from
|
||||
the Asterisk voicemail directory on startup. Some users that store their
|
||||
voicemails on network storage devices experienced slow startup times due to the
|
||||
relative expense of traversing the voicemail directory structure looking for
|
||||
orphaned lock files. This feature has now been removed.
|
||||
|
||||
Users who require the lock files to be removed at startup should modify their
|
||||
startup scripts to do so before starting the asterisk process.
|
Reference in New Issue
Block a user