aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 06:06:23 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 06:06:23 +0000
commit6d866fc005ea0e312bba4c404b3abceb1b26ecbc (patch)
tree52a6b244d77673e83fe81542d5f8a782bc372763
parentba8a39f6519534d6807d0ab6e50a2d287e7c362a (diff)
- Add notes about voicemail depending on res_adsi
- Remove obsolete modules from modules.conf.sample (make install will warn if those exist on the machine) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36979 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_voicemail.c1
-rw-r--r--configs/modules.conf.sample13
-rw-r--r--res/res_adsi.c5
3 files changed, 6 insertions, 13 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 8f399f7fa..8c09889e2 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -25,6 +25,7 @@
* \par See also
* \arg \ref Config_vm
* \ingroup applications
+ * \note This module requires res_adsi to load.
*/
/*
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 37d99b940..48138e284 100644
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -29,19 +29,6 @@ noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;
-; Intercom application is obsoleted by
-; chan_oss. Don't load it.
-;
-noload => app_intercom.so
-;
-; The 'modem' channel driver and its subdrivers are
-; obsolete, don't load them.
-;
-noload => chan_modem.so
-noload => chan_modem_aopen.so
-noload => chan_modem_bestdata.so
-noload => chan_modem_i4l.so
-;
load => res_musiconhold.so
;
; Load either OSS or ALSA, not both
diff --git a/res/res_adsi.c b/res/res_adsi.c
index 6d88f0d11..2d6273876 100644
--- a/res/res_adsi.c
+++ b/res/res_adsi.c
@@ -23,6 +23,11 @@
* \brief ADSI support
*
* \author Mark Spencer <markster@digium.com>
+ *
+ * \note this module is required by app_voicemail and app_getcpeid
+ * \todo Move app_getcpeid into this module
+ * \todo Create a core layer so that app_voicemail does not require
+ * res_adsi to load
*/
#include "asterisk.h"