From e73cab2f3f7846300e1d8a340f8261b16c718226 Mon Sep 17 00:00:00 2001 From: lmadsen 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: http://svn.digium.com/svn/asterisk/trunk@328259 f38db490-d61c-443f-a65b-d21fe96a405b --- addons/app_mysql.c | 2 ++ addons/app_saycountpl.c | 2 ++ addons/cdr_mysql.c | 2 ++ addons/chan_mobile.c | 1 + addons/chan_ooh323.c | 1 + addons/format_mp3.c | 1 + addons/res_config_mysql.c | 1 + 7 files changed, 10 insertions(+) (limited to 'addons') diff --git a/addons/app_mysql.c b/addons/app_mysql.c index 589b23823..5649166a7 100644 --- a/addons/app_mysql.c +++ b/addons/app_mysql.c @@ -26,6 +26,8 @@ /*** MODULEINFO mysqlclient no + deprecated + func_odbc ***/ #include "asterisk.h" diff --git a/addons/app_saycountpl.c b/addons/app_saycountpl.c index 915779899..b4441f24f 100644 --- a/addons/app_saycountpl.c +++ b/addons/app_saycountpl.c @@ -22,6 +22,8 @@ /*** MODULEINFO no + deprecated + say.conf ***/ #include "asterisk.h" diff --git a/addons/cdr_mysql.c b/addons/cdr_mysql.c index 60abae2d9..ecdfaea0b 100644 --- a/addons/cdr_mysql.c +++ b/addons/cdr_mysql.c @@ -36,6 +36,8 @@ /*** MODULEINFO mysqlclient no + deprecated + cdr_adaptive_odbc ***/ #include "asterisk.h" diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c index 5495c7f22..7c1492729 100644 --- a/addons/chan_mobile.c +++ b/addons/chan_mobile.c @@ -28,6 +28,7 @@ /*** MODULEINFO bluetooth no + extended ***/ #include "asterisk.h" diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index 552b8f22c..32d1cf7d4 100644 --- a/addons/chan_ooh323.c +++ b/addons/chan_ooh323.c @@ -19,6 +19,7 @@ /*** MODULEINFO no + extended ***/ #include "chan_ooh323.h" diff --git a/addons/format_mp3.c b/addons/format_mp3.c index d59411d6c..5584f3e06 100644 --- a/addons/format_mp3.c +++ b/addons/format_mp3.c @@ -29,6 +29,7 @@ /*** MODULEINFO no + extended ***/ #include "asterisk.h" diff --git a/addons/res_config_mysql.c b/addons/res_config_mysql.c index eaf7209f9..d393de6c1 100644 --- a/addons/res_config_mysql.c +++ b/addons/res_config_mysql.c @@ -25,6 +25,7 @@ /*** MODULEINFO mysqlclient no + extended ***/ #include "asterisk.h" -- cgit v1.2.3