[asterisk-commits] coreyfarrell: trunk r416237 - /trunk/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Jun 14 14:26:28 CDT 2014


Author: coreyfarrell
Date: Sat Jun 14 14:26:16 2014
New Revision: 416237

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=416237
Log:
res_manager_devicestate and res_manager_presencestate missing support level

Add MODULEINFO comment block to define support level core for these new
modules.

Review: https://reviewboard.asterisk.org/r/3620/

Modified:
    trunk/res/res_manager_devicestate.c
    trunk/res/res_manager_presencestate.c

Modified: trunk/res/res_manager_devicestate.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_manager_devicestate.c?view=diff&rev=416237&r1=416236&r2=416237
==============================================================================
--- trunk/res/res_manager_devicestate.c (original)
+++ trunk/res/res_manager_devicestate.c Sat Jun 14 14:26:16 2014
@@ -15,6 +15,10 @@
  * the GNU General Public License Version 2. See the LICENSE file
  * at the top of the source tree.
  */
+
+/*** MODULEINFO
+	<support_level>core</support_level>
+ ***/
 
 #include "asterisk.h"
 #include "asterisk/module.h"

Modified: trunk/res/res_manager_presencestate.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_manager_presencestate.c?view=diff&rev=416237&r1=416236&r2=416237
==============================================================================
--- trunk/res/res_manager_presencestate.c (original)
+++ trunk/res/res_manager_presencestate.c Sat Jun 14 14:26:16 2014
@@ -15,6 +15,10 @@
  * the GNU General Public License Version 2. See the LICENSE file
  * at the top of the source tree.
  */
+
+/*** MODULEINFO
+	<support_level>core</support_level>
+ ***/
 
 #include "asterisk.h"
 #include "asterisk/module.h"




More information about the asterisk-commits mailing list