[asterisk-commits] oej: trunk r93335 - in /trunk: ./ apps/ channels/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 17 15:12:24 CST 2007


Author: oej
Date: Mon Dec 17 15:12:24 2007
New Revision: 93335

URL: http://svn.digium.com/view/asterisk?view=rev&rev=93335
Log:
Merged revisions 93182 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r93182 | oej | 2007-12-17 08:15:13 +0100 (MÃ¥n, 17 Dec 2007) | 8 lines

Issue 11574: Add dependencies on res_monitor and res_features. 

I wonder if Asterisk can run at all without res_features. My guess is that 
there's propably a lot of more modules and the core that depends on it.

Reported by: caio1982
(closes issue #11574)

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_queue.c
    trunk/channels/chan_iax2.c
    trunk/channels/chan_mgcp.c
    trunk/channels/chan_sip.c
    trunk/channels/chan_zap.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=93335&r1=93334&r2=93335
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Mon Dec 17 15:12:24 2007
@@ -55,6 +55,10 @@
  *
  * \ingroup applications
  */
+
+/*** MODULEINFO
+        <depend>res_monitor</depend>
+ ***/
 
 #include "asterisk.h"
 

Modified: trunk/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_iax2.c?view=diff&rev=93335&r1=93334&r2=93335
==============================================================================
--- trunk/channels/chan_iax2.c (original)
+++ trunk/channels/chan_iax2.c Mon Dec 17 15:12:24 2007
@@ -31,6 +31,7 @@
 /*** MODULEINFO
 	<use>zaptel</use>
 	<use>crypto</use>
+        <depend>res_features</depend>
  ***/
 
 #include "asterisk.h"

Modified: trunk/channels/chan_mgcp.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_mgcp.c?view=diff&rev=93335&r1=93334&r2=93335
==============================================================================
--- trunk/channels/chan_mgcp.c (original)
+++ trunk/channels/chan_mgcp.c Mon Dec 17 15:12:24 2007
@@ -27,6 +27,9 @@
  *
  * \ingroup channel_drivers
  */
+/*** MODULEINFO
+        <depend>res_features</depend>
+ ***/
 
 #include "asterisk.h"
 

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=93335&r1=93334&r2=93335
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Dec 17 15:12:24 2007
@@ -81,6 +81,10 @@
  * The PBX issues a hangup on both incoming and outgoing calls through
  * the sip_hangup() function
  */
+
+/*** MODULEINFO
+        <depend>res_features</depend>
+ ***/
 
 
 #include "asterisk.h"

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=93335&r1=93334&r2=93335
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Mon Dec 17 15:12:24 2007
@@ -42,6 +42,7 @@
 	<depend>zaptel_vldtmf</depend>
 	<depend>zaptel</depend>
 	<depend>tonezone</depend>
+	<depend>res_features</depend>
 	<use>pri</use>
 	<use>ss7</use>
  ***/




More information about the asterisk-commits mailing list