mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +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
@@ -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
|
||||
|
Reference in New Issue
Block a user