From: Michiel van Baak Date: Tue, 16 Jun 2009 15:51:36 +0000 (+0000) Subject: add FILE_STORAGE to Voicemail Build Options X-Git-Tag: 11.0.0-beta1~4677 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4271603247eaa57b0a511e8c5ed2696d69ed83f0;p=thirdparty%2Fasterisk.git add FILE_STORAGE to Voicemail Build Options Voicemail can only use one storage module at the moment. Because it's unclear that selecting one of the storage modules in menuselect will disable filesystem storage we now have a FILE_STORAGE option that conflicts with the other modules. (closes issue #15333) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200943 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 2655fc2ab7..444f2db6cd 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -46,15 +46,22 @@ c-client (http://www.washington.edu/imap/ /*** MAKEOPTS + + ODBC_STORAGE + IMAP_STORAGE + yes + generic_odbc ltdl IMAP_STORAGE + FILE_STORAGE no imap_tk ODBC_STORAGE + FILE_STORAGE openssl no