]> git.ipfire.org Git - thirdparty/asterisk.git/commit
When IMAP variables were changed during a reload, Voicemail did not use the new values.
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 22 Sep 2009 21:37:03 +0000 (21:37 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 22 Sep 2009 21:37:03 +0000 (21:37 +0000)
commitf4837ecbef581ca920290ed27ac9eaec8cfa8c01
tree544d5d57ec66b70633508d77a72952aa4fc01ad7
parent9e773ebd33ed86ef2e8ea72bbeaa75bd4b5e613c
When IMAP variables were changed during a reload, Voicemail did not use the new values.
This change introduces a configuration version variable, which ensures that
connections with the old values are not reused but are allowed to expire
normally.
(closes issue #15934)
 Reported by: viniciusfontes
 Patches:
       20090922__issue15934.diff.txt uploaded by tilghman (license 14)
 Tested by: viniciusfontes

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@219816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c