aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 07:15:13 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 07:15:13 +0000
commitd1f6aa038dc5e69c8854f7e1fec554e358f8cdfb (patch)
tree76b2c508ee68eddb0a70a8a1b6322489ce8aeade /channels
parent12db9f992343a130ed8436689a0d2b9daf47ebc6 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@93182 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_iax2.c1
-rw-r--r--channels/chan_mgcp.c3
-rw-r--r--channels/chan_sip.c4
-rw-r--r--channels/chan_zap.c1
4 files changed, 9 insertions, 0 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 63b358fd5..90dddd5bf 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -30,6 +30,7 @@
/*** MODULEINFO
<use>zaptel</use>
+ <depend>res_features</depend>
***/
#include "asterisk.h"
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 85ad6abae..6e88c8c63 100644
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -27,6 +27,9 @@
*
* \ingroup channel_drivers
*/
+/*** MODULEINFO
+ <depend>res_features</depend>
+ ***/
#include "asterisk.h"
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 3ff710f44..07e65d04f 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -87,6 +87,10 @@
* - the ALERT_INFO dialplan variable
*/
+/*** MODULEINFO
+ <depend>res_features</depend>
+ ***/
+
#include "asterisk.h"
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index fbc1db902..494ad971f 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -42,6 +42,7 @@
<depend>zaptel_vldtmf</depend>
<depend>zaptel</depend>
<depend>tonezone</depend>
+ <depend>res_features</depend>
<use>pri</use>
***/