From a525edea595a782bcc3f868703ee85c794728614 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Thu, 14 Jul 2011 20:28:54 +0000 Subject: Merged revisions 328247 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.10 ................ r328247 | lmadsen | 2011-07-14 16:25:31 -0400 (Thu, 14 Jul 2011) | 14 lines Merged revisions 328209 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r328209 | lmadsen | 2011-07-14 16:13:06 -0400 (Thu, 14 Jul 2011) | 6 lines Introduce tags in MODULEINFO. This change introduces MODULEINFO into many modules in Asterisk in order to show the community support level for those modules. This is used by changes committed to menuselect by Russell Bryant recently (r917 in menuselect). More information about the support level types and what they mean is available on the wiki at https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@328259 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_a_mu.c | 4 ++++ codecs/codec_adpcm.c | 4 ++++ codecs/codec_alaw.c | 4 ++++ codecs/codec_g722.c | 4 ++++ codecs/codec_g726.c | 4 ++++ codecs/codec_gsm.c | 1 + codecs/codec_ilbc.c | 1 + codecs/codec_lpc10.c | 4 ++++ codecs/codec_resample.c | 5 +++++ codecs/codec_speex.c | 1 + codecs/codec_ulaw.c | 4 ++++ 11 files changed, 36 insertions(+) (limited to 'codecs') diff --git a/codecs/codec_a_mu.c b/codecs/codec_a_mu.c index a7d86e2c4..470f363e7 100644 --- a/codecs/codec_a_mu.c +++ b/codecs/codec_a_mu.c @@ -23,6 +23,10 @@ * \ingroup codecs */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/codecs/codec_adpcm.c b/codecs/codec_adpcm.c index 63745c170..96e19f0d3 100644 --- a/codecs/codec_adpcm.c +++ b/codecs/codec_adpcm.c @@ -27,6 +27,10 @@ * \ingroup codecs */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/codecs/codec_alaw.c b/codecs/codec_alaw.c index 3d2fc92ae..34a71388e 100644 --- a/codecs/codec_alaw.c +++ b/codecs/codec_alaw.c @@ -23,6 +23,10 @@ * \ingroup codecs */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/codecs/codec_g722.c b/codecs/codec_g722.c index 9c3a01846..89641f175 100644 --- a/codecs/codec_g722.c +++ b/codecs/codec_g722.c @@ -33,6 +33,10 @@ * \ingroup codecs */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/codecs/codec_g726.c b/codecs/codec_g726.c index f8a57f740..d92b9b642 100644 --- a/codecs/codec_g726.c +++ b/codecs/codec_g726.c @@ -27,6 +27,10 @@ * \ingroup codecs */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/codecs/codec_gsm.c b/codecs/codec_gsm.c index 46c1c84fb..f42a5f1bd 100644 --- a/codecs/codec_gsm.c +++ b/codecs/codec_gsm.c @@ -28,6 +28,7 @@ /*** MODULEINFO gsm + core ***/ #include "asterisk.h" diff --git a/codecs/codec_ilbc.c b/codecs/codec_ilbc.c index 7229b434d..ac6ccbb43 100644 --- a/codecs/codec_ilbc.c +++ b/codecs/codec_ilbc.c @@ -27,6 +27,7 @@ /*** MODULEINFO no + core ***/ #include "asterisk.h" diff --git a/codecs/codec_lpc10.c b/codecs/codec_lpc10.c index 7d1739203..5f2047a3f 100644 --- a/codecs/codec_lpc10.c +++ b/codecs/codec_lpc10.c @@ -27,6 +27,10 @@ * \ingroup codecs */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c index 66ef584bd..a3e7d6f26 100644 --- a/codecs/codec_resample.c +++ b/codecs/codec_resample.c @@ -25,6 +25,11 @@ * \ingroup codecs */ +/*** MODULEINFO + resample + core + ***/ + #include "asterisk.h" #include "speex/speex_resampler.h" diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c index 6554ee000..d298f2379 100644 --- a/codecs/codec_speex.c +++ b/codecs/codec_speex.c @@ -34,6 +34,7 @@ speex speex_preprocess speexdsp + core ***/ #include "asterisk.h" diff --git a/codecs/codec_ulaw.c b/codecs/codec_ulaw.c index b5211a585..86a0706c4 100644 --- a/codecs/codec_ulaw.c +++ b/codecs/codec_ulaw.c @@ -23,6 +23,10 @@ * \ingroup codecs */ +/*** MODULEINFO + core + ***/ + #include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -- cgit v1.2.3