aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 15:54:32 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 15:54:32 +0000
commitc73a78b57a596fc2b81f7321b550cb3c0a3d8981 (patch)
treea2f3fe14b26f1842df99a80bf7928ad045dba571
parentde60bf9c818d682737e7ba272e4803746c25a702 (diff)
Remove dependency on res_features from some channel drivers. It is now part of the core and no longer exists as a module.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100112 f38db490-d61c-443f-a65b-d21fe96a405b
-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, 0 insertions, 9 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index c5774669a..200a7a17e 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -31,7 +31,6 @@
/*** 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 624013283..526e8e266 100644
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -27,9 +27,6 @@
*
* \ingroup channel_drivers
*/
-/*** MODULEINFO
- <depend>res_features</depend>
- ***/
#include "asterisk.h"
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 534b37379..006ec2e9a 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -82,10 +82,6 @@
* the sip_hangup() function
*/
-/*** MODULEINFO
- <depend>res_features</depend>
- ***/
-
/*! \page sip_session_timers SIP Session Timers in Asterisk Chan_sip
The SIP Session-Timers is an extension of the SIP protocol that allows end-points and proxies to
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 1bb4955de..41094432a 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -42,7 +42,6 @@
<depend>zaptel_vldtmf</depend>
<depend>zaptel</depend>
<depend>tonezone</depend>
- <depend>res_features</depend>
<use>pri</use>
<use>ss7</use>
***/