summaryrefslogtreecommitdiff
path: root/agi
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2011-07-14 20:28:54 +0000
committerLeif Madsen <leif@leifmadsen.com>2011-07-14 20:28:54 +0000
commita525edea595a782bcc3f868703ee85c794728614 (patch)
tree52207a5c4cce32b6f73fbc1cd41e9466b50ed841 /agi
parent8dc71df9d0f74a8094553944b6bfcf3a64eed047 (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: https://origsvn.digium.com/svn/asterisk/trunk@328259 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'agi')
-rw-r--r--agi/eagi-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/agi/eagi-test.c b/agi/eagi-test.c
index dc2d7fa1a..7f24d1f23 100644
--- a/agi/eagi-test.c
+++ b/agi/eagi-test.c
@@ -5,6 +5,10 @@
* with no warranty of any kind
*/
+/*** MODULEINFO
+ <support_level>extended</support_level>
+ ***/
+
#include "asterisk.h"
#define AUDIO_FILENO (STDERR_FILENO + 1)