[asterisk-bugs] [Asterisk 0015934]: [patch] app_voicemail.so doesn't refresh information from database on reload
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Sep 22 16:39:14 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15934
======================================================================
Reported By: viniciusfontes
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 15934
Category: Applications/app_voicemail/IMAP
Reproducibility: always
Severity: minor
Priority: normal
Status: ready for review
Asterisk Version: 1.4.26.2
JIRA:
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-09-22 13:38 CDT
Last Modified: 2009-09-22 16:39 CDT
======================================================================
Summary: [patch] app_voicemail.so doesn't refresh information
from database on reload
Description:
I have Asterisk 1.4.26.2 with voicemail configured on the realtime engine.
When I change the imapuser field on the database, app_voicemail seems to
use some kind of cache, because it doesn't store the voicemail in the newly
set mailbox, not even after triggering "module reload app_voicemail.so" on
the CLI. The only way it can read the new value is by unloading and loading
the module again, as in:
*CLI> module unload app_voicemail.so
*CLI> module load app_voicemail.so
======================================================================
----------------------------------------------------------------------
(0111225) svnbot (reporter) - 2009-09-22 16:39
https://issues.asterisk.org/view.php?id=15934#c111225
----------------------------------------------------------------------
Repository: asterisk
Revision: 219816
U branches/1.4/apps/app_voicemail.c
------------------------------------------------------------------------
r219816 | tilghman | 2009-09-22 16:39:13 -0500 (Tue, 22 Sep 2009) | 10
lines
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 https://issues.asterisk.org/view.php?id=15934)
Reported by: viniciusfontes
Patches:
20090922__issue15934.diff.txt uploaded by tilghman (license 14)
Tested by: viniciusfontes
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=219816
Issue History
Date Modified Username Field Change
======================================================================
2009-09-22 16:39 svnbot Checkin
2009-09-22 16:39 svnbot Note Added: 0111225
======================================================================
More information about the asterisk-bugs
mailing list