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:
Chris-Savinovich
2019-06-27 13:50:57 -05:00
committed by George Joseph
parent 2f29c375c1
commit 6b1f6ea2c4
7 changed files with 49 additions and 7 deletions

View File

@@ -44,3 +44,10 @@ noload => res_hep_rtcp.so
; Do not load chan_sip by default, it may conflict with res_pjsip.
noload => chan_sip.so
; The default voicemail module is app_voicemal. All voicemail modules
; are mutually exclusive. Therefore it is better to make sure they
; are not loaded at startup
;
noload => app_voicemail_odbc.so
noload => app_voicemail_imap.so