[Asterisk-code-review] app_voicemail: Remove extra menuselect build options (...asterisk[master])
George Joseph
asteriskteam at digium.com
Thu Aug 8 07:25:33 CDT 2019
George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/c/asterisk/+/11672 )
Change subject: app_voicemail: Remove extra menuselect build options
......................................................................
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
---
M apps/app_voicemail.c
1 file changed, 0 insertions(+), 33 deletions(-)
Approvals:
George Joseph: Looks good to me, approved; Approved for Submit
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 5603bb5..405dddf 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
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/11672
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Idfa4c9c8349726074318a9e6b68d24c374521005
Gerrit-Change-Number: 11672
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190808/31657f15/attachment.html>
More information about the asterisk-code-review
mailing list