Remove dependency on res_features from some channel drivers. It is now part of the...
authorJoshua Colp <jcolp@digium.com>
Thu, 24 Jan 2008 15:54:32 +0000 (15:54 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 24 Jan 2008 15:54:32 +0000 (15:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100112 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_iax2.c
channels/chan_mgcp.c
channels/chan_sip.c
channels/chan_zap.c

index c577466..200a7a1 100644 (file)
@@ -31,7 +31,6 @@
 /*** MODULEINFO
        <use>zaptel</use>
        <use>crypto</use>
-        <depend>res_features</depend>
  ***/
 
 #include "asterisk.h"
index 6240132..526e8e2 100644 (file)
@@ -27,9 +27,6 @@
  *
  * \ingroup channel_drivers
  */
-/*** MODULEINFO
-        <depend>res_features</depend>
- ***/
 
 #include "asterisk.h"
 
index 534b373..006ec2e 100644 (file)
  * 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
index 1bb4955..4109443 100644 (file)
@@ -42,7 +42,6 @@
        <depend>zaptel_vldtmf</depend>
        <depend>zaptel</depend>
        <depend>tonezone</depend>
-       <depend>res_features</depend>
        <use>pri</use>
        <use>ss7</use>
  ***/