From 32989872dde7f75f94a3a5f92552a6e0dd81bd43 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 24 Jan 2008 16:14:07 +0000 Subject: [PATCH] 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 --- channels/chan_sip.c | 4 ++++ main/features.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 006ec2e9ae..1e64626676 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -82,6 +82,10 @@ * the sip_hangup() function */ +/*** MODULEINFO + chan_local + ***/ + /*! \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/main/features.c b/main/features.c index c0c77c26d4..e29b184531 100644 --- a/main/features.c +++ b/main/features.c @@ -23,10 +23,6 @@ * \author Mark Spencer */ -/*** MODULEINFO - chan_local - ***/ - #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -- 2.47.2