[asterisk-commits] mjordan: branch 10 r368895 - in /branches/10: ./ res/res_adsi.c res/res_smdi.c

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


Author: mjordan
Date: Wed Jun 13 15:27:28 2012
New Revision: 368895

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=368895
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

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

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

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

Modified: branches/10/res/res_smdi.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/res/res_smdi.c?view=diff&rev=368895&r1=368894&r2=368895
==============================================================================
--- branches/10/res/res_smdi.c (original)
+++ branches/10/res/res_smdi.c Wed Jun 13 15:27:28 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