[svn-commits] mjordan: trunk r420537 - in /trunk: ./ rest-api-templates/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Aug 8 07:38:20 CDT 2014
Author: mjordan
Date: Fri Aug 8 07:38:18 2014
New Revision: 420537
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420537
Log:
res_ari_resource.c.mustache: Update template to emit module support level
........
Merged revisions 420536 from http://svn.asterisk.org/svn/asterisk/branches/13
Modified:
trunk/ (props changed)
trunk/rest-api-templates/res_ari_resource.c.mustache
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-13-merged (original)
+++ branch-13-merged Fri Aug 8 07:38:18 2014
@@ -1,1 +1,1 @@
-/branches/13:1-420494,420514,420534
+/branches/13:1-420494,420514,420534,420536
Modified: trunk/rest-api-templates/res_ari_resource.c.mustache
URL: http://svnview.digium.com/svn/asterisk/trunk/rest-api-templates/res_ari_resource.c.mustache?view=diff&rev=420537&r1=420536&r2=420537
==============================================================================
--- trunk/rest-api-templates/res_ari_resource.c.mustache (original)
+++ trunk/rest-api-templates/res_ari_resource.c.mustache Fri Aug 8 07:38:18 2014
@@ -242,6 +242,7 @@
}
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "RESTful API module - {{{description}}}",
+ .support_level = AST_MODULE_SUPPORT_CORE,
.load = load_module,
.unload = unload_module,
.nonoptreq = "res_ari,res_stasis",
More information about the svn-commits
mailing list