Skip to content
Snippets Groups Projects
Commit 53c9e796 authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

Merge "app_voicemail: Remove extra menuselect build options"

parents 55022bc7 9d07d5a6
No related branches found
No related tags found
No related merge requests found
......@@ -46,39 +46,6 @@
* \verbinclude voicemail.conf.sample
*/
 
/*** MODULEINFO
<defaultenabled>yes</defaultenabled>
<use type="module">res_adsi</use>
<use type="module">res_smdi</use>
<support_level>core</support_level>
***/
/*** MAKEOPTS
<category name="MENUSELECT_OPTS_app_voicemail" displayname="Voicemail Build Options" positive_output="yes" touch_on_change="apps/app_voicemail.c apps/app_directory.c">
<member name="FILE_STORAGE" displayname="Storage of Voicemail using filesystem">
<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>
<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>
<conflict>ODBC_STORAGE</conflict>
<conflict>FILE_STORAGE</conflict>
<use type="external">openssl</use>
<defaultenabled>no</defaultenabled>
<support_level>core</support_level>
</member>
</category>
***/
#include "asterisk.h"
 
#ifdef IMAP_STORAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment