[asterisk-commits] pabelanger: branch 10 r346029 - /branches/10/res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 23 10:06:15 CST 2011
Author: pabelanger
Date: Wed Nov 23 10:06:13 2011
New Revision: 346029
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=346029
Log:
Added support level for new modules
Modified:
branches/10/res/res_format_attr_celt.c
branches/10/res/res_format_attr_silk.c
Modified: branches/10/res/res_format_attr_celt.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/res/res_format_attr_celt.c?view=diff&rev=346029&r1=346028&r2=346029
==============================================================================
--- branches/10/res/res_format_attr_celt.c (original)
+++ branches/10/res/res_format_attr_celt.c Wed Nov 23 10:06:13 2011
@@ -22,6 +22,10 @@
*
* \author David Vossel <dvossel at digium.com>
*/
+
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
#include "asterisk.h"
Modified: branches/10/res/res_format_attr_silk.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/res/res_format_attr_silk.c?view=diff&rev=346029&r1=346028&r2=346029
==============================================================================
--- branches/10/res/res_format_attr_silk.c (original)
+++ branches/10/res/res_format_attr_silk.c Wed Nov 23 10:06:13 2011
@@ -22,6 +22,10 @@
*
* \author David Vossel <dvossel at digium.com>
*/
+
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
#include "asterisk.h"
More information about the asterisk-commits
mailing list