mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fix an issue with IMAP storage and realtime voicemail.
Also update the vmdb sql script for IMAP specific options. Issue 8819, initial patches by bsmithurst (slightly modified by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@51167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7,5 +7,7 @@ fullname VARCHAR(80) NOT NULL DEFAULT '',
|
||||
email VARCHAR(80) NOT NULL DEFAULT '',
|
||||
pager VARCHAR(80) NOT NULL DEFAULT '',
|
||||
options VARCHAR(160) NOT NULL DEFAULT '',
|
||||
imapuser VARCHAR(80) DEFAULT NULL,
|
||||
imappassword VARCHAR(80) DEFAULT NULL,
|
||||
PRIMARY KEY (context, mailbox)
|
||||
);
|
||||
|
Reference in New Issue
Block a user