[asterisk-commits] trunk r36979 - in /trunk: apps/ configs/ res/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Jul 4 23:06:23 MST 2006
Author: oej
Date: Wed Jul 5 01:06:23 2006
New Revision: 36979
URL: http://svn.digium.com/view/asterisk?rev=36979&view=rev
Log:
- 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)
Modified:
trunk/apps/app_voicemail.c
trunk/configs/modules.conf.sample
trunk/res/res_adsi.c
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?rev=36979&r1=36978&r2=36979&view=diff
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Wed Jul 5 01:06:23 2006
@@ -25,6 +25,7 @@
* \par See also
* \arg \ref Config_vm
* \ingroup applications
+ * \note This module requires res_adsi to load.
*/
/*
Modified: trunk/configs/modules.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/modules.conf.sample?rev=36979&r1=36978&r2=36979&view=diff
==============================================================================
--- trunk/configs/modules.conf.sample (original)
+++ trunk/configs/modules.conf.sample Wed Jul 5 01:06:23 2006
@@ -29,19 +29,6 @@
;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
Modified: trunk/res/res_adsi.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_adsi.c?rev=36979&r1=36978&r2=36979&view=diff
==============================================================================
--- trunk/res/res_adsi.c (original)
+++ trunk/res/res_adsi.c Wed Jul 5 01:06:23 2006
@@ -23,6 +23,11 @@
* \brief ADSI support
*
* \author Mark Spencer <markster at 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"
More information about the asterisk-commits
mailing list