summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-12-17 21:12:24 +0000
committerOlle Johansson <oej@edvina.net>2007-12-17 21:12:24 +0000
commitf3471c165219f1c7882821409bc057df3b055dc1 (patch)
tree7d3b4d0901ddeee3154d67d07c23b6105f7194d5 /channels/chan_mgcp.c
parentc3f89eab8fd24520caaf3d3433b095ba9d89f773 (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: https://origsvn.digium.com/svn/asterisk/trunk@93335 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_mgcp.c')
-rw-r--r--channels/chan_mgcp.c3
1 files changed, 3 insertions, 0 deletions
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"