aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
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, 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>
***/