From: Jonathan Rose Date: Fri, 14 Oct 2011 16:18:08 +0000 (+0000) Subject: Fixes some support level info so that it can be read by menuselect. X-Git-Tag: 10.0.0-rc1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3831204a9e287f9e09934eecf14510c23beebe0;p=thirdparty%2Fasterisk.git Fixes some support level info so that it can be read by menuselect. (issue ASTERISK-18268) Review: https://reviewboard.asterisk.org/r/1525/ ........ Merged revisions 340863 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@340868 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_celgenuserevent.c b/apps/app_celgenuserevent.c index b1701ba23e..57dde86dea 100644 --- a/apps/app_celgenuserevent.c +++ b/apps/app_celgenuserevent.c @@ -23,6 +23,10 @@ * \ingroup applications */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/apps/app_system.c b/apps/app_system.c index b5fee94b5f..7fe453de13 100644 --- a/apps/app_system.c +++ b/apps/app_system.c @@ -25,6 +25,10 @@ * \ingroup applications */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml index 2bd8fd2f2e..eabb02951a 100644 --- a/build_tools/cflags.xml +++ b/build_tools/cflags.xml @@ -1,15 +1,19 @@ + core + core extended + core yes + core bison @@ -32,6 +36,7 @@ extended + core extended @@ -53,6 +58,7 @@ extended + core BUSYDETECT_COMPARE_TONE_AND_SILENCE diff --git a/codecs/codec_dahdi.c b/codecs/codec_dahdi.c index 9e15d40953..2fb2a2c430 100644 --- a/codecs/codec_dahdi.c +++ b/codecs/codec_dahdi.c @@ -27,6 +27,7 @@ */ /*** MODULEINFO + core dahdi ***/ diff --git a/funcs/func_realtime.c b/funcs/func_realtime.c index d8251f4c6a..a49077c8b7 100644 --- a/funcs/func_realtime.c +++ b/funcs/func_realtime.c @@ -15,6 +15,10 @@ * */ +/*** MODULEINFO + core + ***/ + /*! \file * * \brief REALTIME dialplan function diff --git a/res/res_curl.c b/res/res_curl.c index 411c06e11b..73e1e5c365 100644 --- a/res/res_curl.c +++ b/res/res_curl.c @@ -27,6 +27,7 @@ */ /*** MODULEINFO + core curl ***/ diff --git a/res/res_fax.c b/res/res_fax.c index 0cd3911442..6b9d7dff3d 100644 --- a/res/res_fax.c +++ b/res/res_fax.c @@ -35,6 +35,7 @@ */ /*** MODULEINFO + core app_fax ***/ @@ -46,17 +47,13 @@ * \author Kevin P. Fleming * \author Matthew Nicholson * \author Gregory H. Nietsky - * + * * A generic FAX resource module that provides SendFAX and ReceiveFAX applications. * This module requires FAX technology modules, like res_fax_spandsp, to register with it * so it can use the technology modules to perform the actual FAX transmissions. * \ingroup applications */ -/*** MODULEINFO - core - ***/ - #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/utils/utils.xml b/utils/utils.xml index 733bd535e0..de1cadc8ac 100644 --- a/utils/utils.xml +++ b/utils/utils.xml @@ -5,6 +5,7 @@ yes + core yes