From b0243fb57c03b8e98e8ccb7e08c3215c42c0bc8b Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Fri, 23 Dec 2011 21:19:52 +0000 Subject: Allow overriding of IMAP server settings on a user by user basis This patch allows the imapserver, imapport, and imapflags settings to be overridden for any voicemail user. It also documents the settings in the sample voicemail.conf file, and updates the voicemail schema to allow storage of those columns. (closes issue ASTERISK-16489) Reporter: Hubert Mickael Tested by: Matt Jordan Review: https://reviewboard.asterisk.org/r/1614/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@349106 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/realtime/mysql/voicemail.sql | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib/realtime/mysql/voicemail.sql') diff --git a/contrib/realtime/mysql/voicemail.sql b/contrib/realtime/mysql/voicemail.sql index c8148cfcb..bd924f426 100644 --- a/contrib/realtime/mysql/voicemail.sql +++ b/contrib/realtime/mysql/voicemail.sql @@ -60,5 +60,11 @@ CREATE TABLE voicemail ( imapuser VARCHAR(80), -- IMAP password for authentication (if using IMAP storage) imappassword VARCHAR(80), + -- IMAP server location (if using IMAP storage) + imapsever VARCHAR(80), + -- IMAP port (if using IMAP storage) + imapport VARCHAR(8), + -- IMAP flags (if using IMAP storage) + imapflags VARCHAR(80), stamp timestamp ); -- cgit v1.2.3