[asterisk-commits] pabelanger: branch 1.8 r341108 - /branches/1.8/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 17 11:22:24 CDT 2011
Author: pabelanger
Date: Mon Oct 17 11:22:19 2011
New Revision: 341108
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=341108
Log:
Voicemail compiler flags are 'core' support
Modified:
branches/1.8/apps/app_voicemail.c
Modified: branches/1.8/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_voicemail.c?view=diff&rev=341108&r1=341107&r2=341108
==============================================================================
--- branches/1.8/apps/app_voicemail.c (original)
+++ branches/1.8/apps/app_voicemail.c Mon Oct 17 11:22:19 2011
@@ -49,6 +49,7 @@
<conflict>ODBC_STORAGE</conflict>
<conflict>IMAP_STORAGE</conflict>
<defaultenabled>yes</defaultenabled>
+ <support_level>core</support_level>
</member>
<member name="ODBC_STORAGE" displayname="Storage of Voicemail using ODBC">
<depend>generic_odbc</depend>
@@ -56,6 +57,7 @@
<conflict>IMAP_STORAGE</conflict>
<conflict>FILE_STORAGE</conflict>
<defaultenabled>no</defaultenabled>
+ <support_level>core</support_level>
</member>
<member name="IMAP_STORAGE" displayname="Storage of Voicemail using IMAP4">
<depend>imap_tk</depend>
@@ -63,6 +65,7 @@
<conflict>FILE_STORAGE</conflict>
<use>openssl</use>
<defaultenabled>no</defaultenabled>
+ <support_level>core</support_level>
</member>
</category>
***/
More information about the asterisk-commits
mailing list