Merged revisions 93182 via svnmerge from
authorOlle Johansson <oej@edvina.net>
Mon, 17 Dec 2007 21:12:24 +0000 (21:12 +0000)
committerOlle Johansson <oej@edvina.net>
Mon, 17 Dec 2007 21:12:24 +0000 (21:12 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r93182 | oej | 2007-12-17 08:15:13 +0100 (MÃ¥n, 17 Dec 2007) | 8 lines

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)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93335 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c
channels/chan_iax2.c
channels/chan_mgcp.c
channels/chan_sip.c
channels/chan_zap.c

index 9e831ac..0c3f3b5 100644 (file)
  * \ingroup applications
  */
 
+/*** MODULEINFO
+        <depend>res_monitor</depend>
+ ***/
+
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
index b1205ef..30ac6c7 100644 (file)
@@ -31,6 +31,7 @@
 /*** MODULEINFO
        <use>zaptel</use>
        <use>crypto</use>
+        <depend>res_features</depend>
  ***/
 
 #include "asterisk.h"
index bd2c66d..f394390 100644 (file)
@@ -27,6 +27,9 @@
  *
  * \ingroup channel_drivers
  */
+/*** MODULEINFO
+        <depend>res_features</depend>
+ ***/
 
 #include "asterisk.h"
 
index fc9c49b..467dcd7 100644 (file)
  * the sip_hangup() function
  */
 
+/*** MODULEINFO
+        <depend>res_features</depend>
+ ***/
+
 
 #include "asterisk.h"
 
index 75a2360..ebbf3c8 100644 (file)
@@ -42,6 +42,7 @@
        <depend>zaptel_vldtmf</depend>
        <depend>zaptel</depend>
        <depend>tonezone</depend>
+       <depend>res_features</depend>
        <use>pri</use>
        <use>ss7</use>
  ***/