aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 21:12:24 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 21:12:24 +0000
commit005b4c4aa2800b94309cbdb38aed4119dbdda6bb (patch)
tree7d3b4d0901ddeee3154d67d07c23b6105f7194d5 /channels
parente186bda66f312b169f0c048b935e681d385ffe4e (diff)
Merged revisions 93182 via svnmerge from
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: http://svn.digium.com/svn/asterisk/trunk@93335 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 b1205ef92..30ac6c7e6 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -31,6 +31,7 @@
/*** MODULEINFO
<use>zaptel</use>
<use>crypto</use>
+ <depend>res_features</depend>
***/
#include "asterisk.h"
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index bd2c66d62..f39439044 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 fc9c49b8f..467dcd76d 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -82,6 +82,10 @@
* the sip_hangup() function
*/
+/*** MODULEINFO
+ <depend>res_features</depend>
+ ***/
+
#include "asterisk.h"
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 75a23601d..ebbf3c8f6 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>
<use>ss7</use>
***/