]> 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:27:28 +0000 (20:27 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 13 Jun 2012 20:27:28 +0000 (20:27 +0000)
Recently, various issues surrounding weak symbols 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 symbols.

(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/branches/10@368895 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_adsi.c
res/res_smdi.c

index 684d8f213c95cbd7c863471aaa10746e3f005a01..19fb713b2d0c432fec108b55dbf5a6aeacb145d9 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 /*** MODULEINFO
-       <support_level>extended</support_level>
+       <support_level>core</support_level>
  ***/
 
 #include "asterisk.h"
index e0bde6959f8162c8d230f6adf2bb91c67a7558b4..cc49b98e99f04bfb9703ba99ac42dcf030c60947 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 /*** MODULEINFO
-       <support_level>extended</support_level>
+       <support_level>core</support_level>
  ***/
 
 #include "asterisk.h"