]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Mark res_smdi/res_adsi as 'core' supported modules
authorMatthew Jordan <mjordan@digium.com>
Wed, 13 Jun 2012 20:29:33 +0000 (20:29 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 13 Jun 2012 20:29:33 +0000 (20:29 +0000)
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

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/1.8.11@368897 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_adsi.c
res/res_smdi.c

index a448289c803b0fbf962091f55b33b977f0f45a1f..fb9f1cc3ed9b62211649e6138ef9d32e5a4ea731 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 /*** MODULEINFO
-       <support_level>extended</support_level>
+       <support_level>core</support_level>
        <defaultenabled>no</defaultenabled>
  ***/
 
index 9b2f1a8e51e3fa85547c6aa4d78092b10b2425a7..b09f541d37594bc2f3462488cb83f15adfffcc23 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 /*** MODULEINFO
-       <support_level>extended</support_level>
+       <support_level>core</support_level>
        <defaultenabled>no</defaultenabled>
  ***/