aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
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/chan_zap.c
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/chan_zap.c')
-rw-r--r--channels/chan_zap.c1
1 files changed, 1 insertions, 0 deletions
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>
***/