Blob Blame History Raw
From 6c599696aae0968c658ba9a6a88ed4ab3371cbef Mon Sep 17 00:00:00 2001
From: Jeffrey C. Ollie <jeff@ocjtech.us>
Date: Wed, 28 Jul 2010 07:23:49 -0500
Subject: [PATCH 2/8] Modify modules.conf so that different voicemail modules don't load at the same time.

---
 configs/modules.conf.sample |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 38e33e1..9a1c1c3 100644
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -43,3 +43,29 @@ noload => chan_alsa.so
 ;noload => chan_oss.so
 noload => chan_console.so
 ;
+
+;
+; Voicemail storage selection
+;
+; Comment out the "noload" lines for the voicemail
+; storage system that you want.  Leave the ones that
+; you don't want uncommented.
+;
+
+;
+; Voicemail with IMAP storage
+;
+noload => app_directory_imap.so
+noload => app_voicemail_imap.so
+
+;
+; Voicemail with ODBC storage
+;
+noload => app_directory_odbc.so
+noload => app_voicemail_odbc.so
+
+;
+; Voicemail with filesystem storage
+;
+;noload => app_directory_plain.so
+;noload => app_voicemail_plain.so
-- 
1.7.3.1