From 90d69518a6a3de4c1af75815b792e46f34059882 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 28 Jul 2010 07:23:49 -0500 Subject: [PATCH 2/6] 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.5.2