[asterisk-commits] qwell: trunk r100121 - in /trunk: channels/chan_sip.c main/features.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jan 24 10:14:09 CST 2008
Author: qwell
Date: Thu Jan 24 10:14:07 2008
New Revision: 100121
URL: http://svn.digium.com/view/asterisk?view=rev&rev=100121
Log:
Move chan_local dependency into places (only one) that previously depended on res_features, and used local channels
Modified:
trunk/channels/chan_sip.c
trunk/main/features.c
Change Statistics:
0 files changed
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=100121&r1=100120&r2=100121
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Thu Jan 24 10:14:07 2008
@@ -81,6 +81,10 @@
* The PBX issues a hangup on both incoming and outgoing calls through
* the sip_hangup() function
*/
+
+/*** MODULEINFO
+ <depend>chan_local</depend>
+ ***/
/*! \page sip_session_timers SIP Session Timers in Asterisk Chan_sip
Modified: trunk/main/features.c
URL: http://svn.digium.com/view/asterisk/trunk/main/features.c?view=diff&rev=100121&r1=100120&r2=100121
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Thu Jan 24 10:14:07 2008
@@ -22,10 +22,6 @@
*
* \author Mark Spencer <markster at digium.com>
*/
-
-/*** MODULEINFO
- <depend>chan_local</depend>
- ***/
#include "asterisk.h"
More information about the asterisk-commits
mailing list