projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008c1ad
)
res_ari_resource.c.mustache: Update template to emit module support level
author
Matthew Jordan
<mjordan@digium.com>
Fri, 8 Aug 2014 12:38:18 +0000
(12:38 +0000)
committer
Matthew Jordan
<mjordan@digium.com>
Fri, 8 Aug 2014 12:38:18 +0000
(12:38 +0000)
........
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
rest-api-templates/res_ari_resource.c.mustache
patch
|
blob
|
history
diff --git
a/rest-api-templates/res_ari_resource.c.mustache
b/rest-api-templates/res_ari_resource.c.mustache
index
74681fc
..
896ee0d
100644
(file)
--- 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",