summaryrefslogtreecommitdiff
path: root/rest-api-templates
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-08-08 12:38:18 +0000
committerMatthew Jordan <mjordan@digium.com>2014-08-08 12:38:18 +0000
commit1f35fccda1a3b403d1d80d5bbe375fe7b7adb284 (patch)
tree900cdd6f27b4dffbd0fe2ae4f554ba017eff8116 /rest-api-templates
parent008c1ad9bf4aef200ce751b3fce054382c28dae6 (diff)
res_ari_resource.c.mustache: Update template to emit module support level
........ Merged revisions 420536 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420537 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rest-api-templates')
-rw-r--r--rest-api-templates/res_ari_resource.c.mustache1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest-api-templates/res_ari_resource.c.mustache b/rest-api-templates/res_ari_resource.c.mustache
index 74681fc29..896ee0d1d 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",