[Asterisk-code-review] res hep rtcp: Add support level to module info (asterisk[13])
Sean Bright
asteriskteam at digium.com
Thu May 18 16:35:54 CDT 2017
Sean Bright has uploaded a new change for review. ( https://gerrit.asterisk.org/5644 )
Change subject: res_hep_rtcp: Add support level to module info
......................................................................
res_hep_rtcp: Add support level to module info
Change-Id: I5661478f9cf12d431f730e42be79323b62831e92
---
M res/res_hep_rtcp.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/44/5644/1
diff --git a/res/res_hep_rtcp.c b/res/res_hep_rtcp.c
index 21e7d6b..bddcafb 100644
--- a/res/res_hep_rtcp.c
+++ b/res/res_hep_rtcp.c
@@ -183,6 +183,7 @@
}
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "RTCP HEPv3 Logger",
+ .support_level = AST_MODULE_SUPPORT_EXTENDED,
.load = load_module,
.unload = unload_module,
.load_pri = AST_MODPRI_DEFAULT,
--
To view, visit https://gerrit.asterisk.org/5644
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5661478f9cf12d431f730e42be79323b62831e92
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
More information about the asterisk-code-review
mailing list