aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-14 20:28:54 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2011-07-14 20:28:54 +0000
commite73cab2f3f7846300e1d8a340f8261b16c718226 (patch)
tree52207a5c4cce32b6f73fbc1cd41e9466b50ed841 /pbx
parent8e91a16c45cbfb0bc8ea6fcc7426867c71c79fc7 (diff)
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 <support_level> 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
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_ael.c1
-rw-r--r--pbx/pbx_config.c4
-rw-r--r--pbx/pbx_dundi.c1
-rw-r--r--pbx/pbx_loopback.c4
-rw-r--r--pbx/pbx_lua.c1
-rw-r--r--pbx/pbx_realtime.c4
-rw-r--r--pbx/pbx_spool.c4
7 files changed, 19 insertions, 0 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 96c65ff6d..94a6212fa 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -24,6 +24,7 @@
/*** MODULEINFO
<depend>res_ael_share</depend>
+ <support_level>extended</support_level>
***/
#include "asterisk.h"
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index e02ef9de6..f0da2e87a 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -23,6 +23,10 @@
*
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 26418d760..f2f556915 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -24,6 +24,7 @@
/*** MODULEINFO
<depend>zlib</depend>
<use type="external">crypto</use>
+ <support_level>extended</support_level>
***/
#include "asterisk.h"
diff --git a/pbx/pbx_loopback.c b/pbx/pbx_loopback.c
index e283127a0..915a0cb10 100644
--- a/pbx/pbx_loopback.c
+++ b/pbx/pbx_loopback.c
@@ -22,6 +22,10 @@
*
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c
index cae82adba..c1088629b 100644
--- a/pbx/pbx_lua.c
+++ b/pbx/pbx_lua.c
@@ -26,6 +26,7 @@
/*** MODULEINFO
<depend>lua</depend>
+ <support_level>extended</support_level>
***/
#include "asterisk.h"
diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c
index f183c867b..51254a871 100644
--- a/pbx/pbx_realtime.c
+++ b/pbx/pbx_realtime.c
@@ -23,6 +23,10 @@
* \arg See also: \ref AstARA
*/
+/*** MODULEINFO
+ <support_level>extended</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index b90866357..b45ff6a59 100644
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -22,6 +22,10 @@
*
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")