mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
app_voicemail.c: Build all three variants for app_voicemail at the same time
Changes made to apps/Makefile to optionally build all three app_voicemail variations at the same time: 1) file (default), 2) odbc, and 3) imap. This functionality was requested by users. modules.conf.sample warns the user to make sure only one voicemail is loaded at a time. Change-Id: Iba3cd8ffb4b7e8b1c64a11dd383e1eafcd3ed0e7
This commit is contained in:
committed by
George Joseph
parent
2f29c375c1
commit
6b1f6ea2c4
@@ -0,0 +1,9 @@
|
||||
Subject: app_voicemail.c
|
||||
|
||||
The "Voicemail Build Options" section of menuselect has been removed along with
|
||||
the FILE_STORAGE, ODBC_STORAGE and IMAP_STORAGE menuselect options. All 3 variants
|
||||
of the voicemail app can now be built at the same by enabling app_voicemail,
|
||||
app_voicemail_imap, and app_voicemail_odbc under the "Applications" section.
|
||||
By default, only app_voicemail is enabled. Also, the modules.conf sample has
|
||||
been updated to "noload" app_voicemail_imap and app_voicemail_odbc should they
|
||||
all be built. Packagers must update their build scripts appropriately.
|
Reference in New Issue
Block a user