From: Matthew Jordan Date: Wed, 13 Jun 2012 20:28:07 +0000 (+0000) Subject: Mark res_smdi/res_adsi as 'core' supported modules X-Git-Tag: 11.0.0-beta1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff0b561045201f140449af5601bc2ac5d3ea51a2;p=thirdparty%2Fasterisk.git Mark res_smdi/res_adsi as 'core' supported modules 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 ........ Merged revisions 368895 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368896 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_adsi.c b/res/res_adsi.c index c4380bf59c..f00ec86487 100644 --- a/res/res_adsi.c +++ b/res/res_adsi.c @@ -31,7 +31,7 @@ */ /*** MODULEINFO - extended + core ***/ #include "asterisk.h" diff --git a/res/res_smdi.c b/res/res_smdi.c index e0bde6959f..cc49b98e99 100644 --- a/res/res_smdi.c +++ b/res/res_smdi.c @@ -32,7 +32,7 @@ */ /*** MODULEINFO - extended + core ***/ #include "asterisk.h"