[asterisk-commits] mjordan: branch certified-1.8.11 r368897 - in /certified/branches/1.8.11: ./ ...

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


Author: mjordan
Date: Wed Jun 13 15:29:33 2012
New Revision: 368897

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=368897
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:
    certified/branches/1.8.11/   (props changed)
    certified/branches/1.8.11/res/res_adsi.c
    certified/branches/1.8.11/res/res_smdi.c

Propchange: certified/branches/1.8.11/
------------------------------------------------------------------------------
--- branch-1.8-merged (original)
+++ branch-1.8-merged Wed Jun 13 15:29:33 2012
@@ -1,1 +1,1 @@
-/branches/1.8:1-357100,357665,358162,359656-359808,359810-359891,359893-359979,360086,360884,363102-363141
+/branches/1.8:1-357100,357665,358162,359656-359808,359810-359891,359893-359979,360086,360884,363102-363141,368894

Modified: certified/branches/1.8.11/res/res_adsi.c
URL: http://svnview.digium.com/svn/asterisk/certified/branches/1.8.11/res/res_adsi.c?view=diff&rev=368897&r1=368896&r2=368897
==============================================================================
--- certified/branches/1.8.11/res/res_adsi.c (original)
+++ certified/branches/1.8.11/res/res_adsi.c Wed Jun 13 15:29:33 2012
@@ -31,7 +31,7 @@
  */
 
 /*** MODULEINFO
-	<support_level>extended</support_level>
+	<support_level>core</support_level>
 	<defaultenabled>no</defaultenabled>
  ***/
 

Modified: certified/branches/1.8.11/res/res_smdi.c
URL: http://svnview.digium.com/svn/asterisk/certified/branches/1.8.11/res/res_smdi.c?view=diff&rev=368897&r1=368896&r2=368897
==============================================================================
--- certified/branches/1.8.11/res/res_smdi.c (original)
+++ certified/branches/1.8.11/res/res_smdi.c Wed Jun 13 15:29:33 2012
@@ -32,7 +32,7 @@
  */
 
 /*** MODULEINFO
-	<support_level>extended</support_level>
+	<support_level>core</support_level>
 	<defaultenabled>no</defaultenabled>
  ***/
 




More information about the asterisk-commits mailing list