[asterisk-commits] res hep rtcp: Add support level to module info (asterisk[14])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 19 18:19:57 CDT 2017
Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/5645 )
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(-)
Approvals:
Richard Mudgett: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved; Approved for Submit
diff --git a/res/res_hep_rtcp.c b/res/res_hep_rtcp.c
index bedccc7..94e921b 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/5645
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5661478f9cf12d431f730e42be79323b62831e92
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
More information about the asterisk-commits
mailing list