mirror of http://gerrit.asterisk.org/asterisk
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: Iba3cd8ffb4b7e8b1c64a11dd383e1eafcd3ed0e7changes/98/11498/3
parent
2f29c375c1
commit
6b1f6ea2c4
@ -0,0 +1 @@
|
||||
app_voicemail.c
|
@ -0,0 +1 @@
|
||||
app_voicemail.exports.in
|
@ -0,0 +1 @@
|
||||
app_voicemail.c
|
@ -0,0 +1 @@
|
||||
app_voicemail.exports.in
|
@ -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.
|
Loading…
Reference in new issue