[Asterisk-code-review] res hep rtcp: Add support level to module info (asterisk[master])

Sean Bright asteriskteam at digium.com
Thu May 18 16:36:22 CDT 2017


Sean Bright has uploaded a new change for review. ( https://gerrit.asterisk.org/5646 )

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/46/5646/1

diff --git a/res/res_hep_rtcp.c b/res/res_hep_rtcp.c
index 395031a..31b9c48 100644
--- a/res/res_hep_rtcp.c
+++ b/res/res_hep_rtcp.c
@@ -181,6 +181,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/5646
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5661478f9cf12d431f730e42be79323b62831e92
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>



More information about the asterisk-code-review mailing list