[asterisk-commits] kmoore: branch certified-1.8.28 r422662 - /certified/branches/1.8.28/funcs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 5 12:37:18 CDT 2014


Author: kmoore
Date: Fri Sep  5 12:37:15 2014
New Revision: 422662

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=422662
Log:
Add missing support level to func_presence_state

Modified:
    certified/branches/1.8.28/funcs/func_presence_state.c

Modified: certified/branches/1.8.28/funcs/func_presence_state.c
URL: http://svnview.digium.com/svn/asterisk/certified/branches/1.8.28/funcs/func_presence_state.c?view=diff&rev=422662&r1=422661&r2=422662
==============================================================================
--- certified/branches/1.8.28/funcs/func_presence_state.c (original)
+++ certified/branches/1.8.28/funcs/func_presence_state.c Fri Sep  5 12:37:15 2014
@@ -21,6 +21,10 @@
  * \brief Custom presence provider
  * \ingroup functions
  */
+
+/*** MODULEINFO
+	<support_level>core</support_level>
+ ***/
 
 #include "asterisk.h"
 




More information about the asterisk-commits mailing list