[svn-commits] mjordan: branch 13 r420536 - /branches/13/rest-api-templates/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Aug 8 07:37:30 CDT 2014
Author: mjordan
Date: Fri Aug 8 07:37:27 2014
New Revision: 420536
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420536
Log:
res_ari_resource.c.mustache: Update template to emit module support level
Modified:
branches/13/rest-api-templates/res_ari_resource.c.mustache
Modified: branches/13/rest-api-templates/res_ari_resource.c.mustache
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api-templates/res_ari_resource.c.mustache?view=diff&rev=420536&r1=420535&r2=420536
==============================================================================
--- branches/13/rest-api-templates/res_ari_resource.c.mustache (original)
+++ branches/13/rest-api-templates/res_ari_resource.c.mustache Fri Aug 8 07:37:27 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