From 294365edd29d7ecadbf38253d1936c37fb73aa0c Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Sat, 18 Aug 2012 01:14:42 +0000 Subject: Update module support level on a variety of modules and compiler options Some core support modules and compiler options were no longer tagged with a module support level. This patch adds 'core' back to those options. Note that this patch modifies a few of the patches provided by Andrew Latham slightly. res_curl and res_fax are both 'core' supported modules. (closes issue ASTERISK-20215) Reported by: Andrew Latham Tested by: mjordan Patches: astcanary.diff (license #5985) uploaded by Andrew Latham cflagsxml.diff (license #5985) uploaded by Andrew Latham curl_fax.diff (license #5985) uploaded by Andrew Latham soundsxml.diff (license #5985) uploaded by Andrew Latham ........ Merged revisions 371507 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371508 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- build_tools/cflags.xml | 8 +++++- res/res_curl.c | 1 + res/res_fax.c | 5 +--- sounds/sounds.xml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++ utils/utils.xml | 1 + 5 files changed, 82 insertions(+), 5 deletions(-) diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml index 4396b4773..7e3e9eeb7 100644 --- a/build_tools/cflags.xml +++ b/build_tools/cflags.xml @@ -1,15 +1,19 @@ + core + core extended yes + core + core bison @@ -24,7 +28,7 @@ BFD DLADDR no - extended + core no @@ -32,6 +36,7 @@ extended + core extended @@ -53,6 +58,7 @@ extended + core BUSYDETECT_COMPARE_TONE_AND_SILENCE diff --git a/res/res_curl.c b/res/res_curl.c index 411c06e11..08e6aa139 100644 --- a/res/res_curl.c +++ b/res/res_curl.c @@ -28,6 +28,7 @@ /*** MODULEINFO curl + core ***/ #include "asterisk.h" diff --git a/res/res_fax.c b/res/res_fax.c index 50c1c368d..900f21f66 100644 --- a/res/res_fax.c +++ b/res/res_fax.c @@ -36,6 +36,7 @@ /*** MODULEINFO app_fax + core ***/ /*! \file @@ -53,10 +54,6 @@ * \ingroup applications */ -/*** MODULEINFO - core - ***/ - #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/sounds/sounds.xml b/sounds/sounds.xml index 9a1707d32..4b234ec0a 100644 --- a/sounds/sounds.xml +++ b/sounds/sounds.xml @@ -1,152 +1,224 @@ + core + core + core + core yes + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core yes + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core + core diff --git a/utils/utils.xml b/utils/utils.xml index a7b2c988e..a9b6e28ca 100644 --- a/utils/utils.xml +++ b/utils/utils.xml @@ -5,6 +5,7 @@ yes + core yes -- cgit v1.2.3