[asterisk-commits] mjordan: trunk r368896 - in /trunk: ./ res/res_adsi.c res/res_smdi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jun 13 15:28:11 CDT 2012


Author: mjordan
Date: Wed Jun 13 15:28:07 2012
New Revision: 368896

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=368896
Log:
Mark res_smdi/res_adsi as 'core' supported modules

Recently, various issues surrounding weak attributes have caused problems with
modules that rely on that feature to be enabled in menuselect.  This includes
app_voicemail and chan_dahdi, as they both rely upon res_smdi and res_adsi,
which, in certain circumstances, may not be enabled by default in menuselect.

Because res_smdi/res_adsi are dependencies for chan_dahdi/app_voicemail, this
patch marks both as 'core' supported modules.  This will allow both
app_voicemail and chan_dahdi to be enabled as well, regardless of whether or
not that system supports weak attributes.

(issue AST-900)
Reported by: Thomas Arimont

(issue AST-885)
Reported by: Denis Alberto Martinez
........

Merged revisions 368894 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 368895 from http://svn.asterisk.org/svn/asterisk/branches/10

Modified:
    trunk/   (props changed)
    trunk/res/res_adsi.c
    trunk/res/res_smdi.c

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

Modified: trunk/res/res_adsi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_adsi.c?view=diff&rev=368896&r1=368895&r2=368896
==============================================================================
--- trunk/res/res_adsi.c (original)
+++ trunk/res/res_adsi.c Wed Jun 13 15:28:07 2012
@@ -31,7 +31,7 @@
  */
 
 /*** MODULEINFO
-	<support_level>extended</support_level>
+	<support_level>core</support_level>
  ***/
 
 #include "asterisk.h"

Modified: trunk/res/res_smdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_smdi.c?view=diff&rev=368896&r1=368895&r2=368896
==============================================================================
--- trunk/res/res_smdi.c (original)
+++ trunk/res/res_smdi.c Wed Jun 13 15:28:07 2012
@@ -32,7 +32,7 @@
  */
 
 /*** MODULEINFO
-	<support_level>extended</support_level>
+	<support_level>core</support_level>
  ***/
 
 #include "asterisk.h"




More information about the asterisk-commits mailing list