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

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


Author: mjordan
Date: Wed Jun 13 15:26:07 2012
New Revision: 368894

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



Modified:
    branches/1.8/res/res_adsi.c
    branches/1.8/res/res_smdi.c

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

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