Move chan_local dependency into places (only one) that previously depended on res_features, and used local channels

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Jason Parker 18 years ago
parent f44ef30a3e
commit 32989872dd

@ -82,6 +82,10 @@
* the sip_hangup() function
*/
/*** MODULEINFO
<depend>chan_local</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

@ -23,10 +23,6 @@
* \author Mark Spencer <markster@digium.com>
*/
/*** MODULEINFO
<depend>chan_local</depend>
***/
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")

Loading…
Cancel
Save