From 824c5dbfa2aa92dc5d9d4fc84a67e20284006e34 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 17 Oct 2011 16:26:33 +0000 Subject: [PATCH] Multiple revisions 341108,341112 ........ r341108 | pabelanger | 2011-10-17 12:22:19 -0400 (Mon, 17 Oct 2011) | 2 lines Voicemail compiler flags are 'core' support ........ r341112 | pabelanger | 2011-10-17 12:23:33 -0400 (Mon, 17 Oct 2011) | 2 lines Fix previous commit ........ Merged revisions 341108,341112 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@341122 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index c9913924eb..55afc074d3 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -49,6 +49,7 @@ ODBC_STORAGE IMAP_STORAGE yes + core generic_odbc @@ -56,6 +57,7 @@ IMAP_STORAGE FILE_STORAGE no + core imap_tk @@ -63,6 +65,7 @@ FILE_STORAGE openssl no + core ***/ -- 2.47.2