[asterisk-commits] oej: branch 1.4 r93182 - in /branches/1.4: apps/ channels/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 17 01:15:14 CST 2007


Author: oej
Date: Mon Dec 17 01:15:13 2007
New Revision: 93182

URL: http://svn.digium.com/view/asterisk?view=rev&rev=93182
Log:
Issue 11574: Add dependencies on res_monitor and res_features. 

I wonder if Asterisk can run at all without res_features. My guess is that 
there's propably a lot of more modules and the core that depends on it.

Reported by: caio1982
(closes issue #11574)

Modified:
    branches/1.4/apps/app_queue.c
    branches/1.4/channels/chan_iax2.c
    branches/1.4/channels/chan_mgcp.c
    branches/1.4/channels/chan_sip.c
    branches/1.4/channels/chan_zap.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=93182&r1=93181&r2=93182
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Mon Dec 17 01:15:13 2007
@@ -55,6 +55,10 @@
  *
  * \ingroup applications
  */
+
+/*** MODULEINFO
+        <depend>res_monitor</depend>
+ ***/
 
 #include "asterisk.h"
 

Modified: branches/1.4/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_iax2.c?view=diff&rev=93182&r1=93181&r2=93182
==============================================================================
--- branches/1.4/channels/chan_iax2.c (original)
+++ branches/1.4/channels/chan_iax2.c Mon Dec 17 01:15:13 2007
@@ -30,6 +30,7 @@
 
 /*** MODULEINFO
 	<use>zaptel</use>
+        <depend>res_features</depend>
  ***/
 
 #include "asterisk.h"

Modified: branches/1.4/channels/chan_mgcp.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_mgcp.c?view=diff&rev=93182&r1=93181&r2=93182
==============================================================================
--- branches/1.4/channels/chan_mgcp.c (original)
+++ branches/1.4/channels/chan_mgcp.c Mon Dec 17 01:15:13 2007
@@ -27,6 +27,9 @@
  *
  * \ingroup channel_drivers
  */
+/*** MODULEINFO
+        <depend>res_features</depend>
+ ***/
 
 #include "asterisk.h"
 

Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=93182&r1=93181&r2=93182
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Mon Dec 17 01:15:13 2007
@@ -86,6 +86,10 @@
  * - the SIPUSERAGENT dialplan variable
  * - the ALERT_INFO dialplan variable
  */
+
+/*** MODULEINFO
+        <depend>res_features</depend>
+ ***/
 
 
 #include "asterisk.h"

Modified: branches/1.4/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_zap.c?view=diff&rev=93182&r1=93181&r2=93182
==============================================================================
--- branches/1.4/channels/chan_zap.c (original)
+++ branches/1.4/channels/chan_zap.c Mon Dec 17 01:15:13 2007
@@ -42,6 +42,7 @@
 	<depend>zaptel_vldtmf</depend>
 	<depend>zaptel</depend>
 	<depend>tonezone</depend>
+	<depend>res_features</depend>
 	<use>pri</use>
  ***/
 




More information about the asterisk-commits mailing list