From 9d07d5a6d6157126137c736200d63b9756c2a53f Mon Sep 17 00:00:00 2001 From: Sean Bright <sean.bright@gmail.com> Date: Tue, 6 Aug 2019 09:20:02 -0400 Subject: [PATCH] app_voicemail: Remove extra menuselect build options You now select voicemail backends like normal dialplan applications, so there is no longer a need for their own menuselect category. Reported by snuff-work in #asterisk-dev Change-Id: Idfa4c9c8349726074318a9e6b68d24c374521005 --- apps/app_voicemail.c | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 5603bb5b5f..405dddf025 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -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 -- GitLab