From: Matthew Jordan Date: Fri, 8 Aug 2014 12:37:27 +0000 (+0000) Subject: res_ari_resource.c.mustache: Update template to emit module support level X-Git-Tag: 13.0.0-beta1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b82edd783271010876771f693b34f8f409ccb92;p=thirdparty%2Fasterisk.git res_ari_resource.c.mustache: Update template to emit module support level git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@420536 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/rest-api-templates/res_ari_resource.c.mustache b/rest-api-templates/res_ari_resource.c.mustache index 74681fc298..896ee0d1dd 100644 --- a/rest-api-templates/res_ari_resource.c.mustache +++ b/rest-api-templates/res_ari_resource.c.mustache @@ -242,6 +242,7 @@ static int unload_module(void) } 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",