From 87f8ca2812b45e2c1eb8f5897b35575d2ded4e23 Mon Sep 17 00:00:00 2001 From: Sean Bright 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 - yes - res_adsi - res_smdi - core - ***/ - -/*** MAKEOPTS - - - ODBC_STORAGE - IMAP_STORAGE - yes - core - - - generic_odbc - IMAP_STORAGE - FILE_STORAGE - no - core - - - imap_tk - ODBC_STORAGE - FILE_STORAGE - openssl - no - core - - -***/ - #include "asterisk.h" #ifdef IMAP_STORAGE