[asterisk-commits] chan sip: Tell module loader that chan sip is extended support. (asterisk[16])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 10 12:04:31 CDT 2018
Kevin Harwell has submitted this change and it was merged. ( https://gerrit.asterisk.org/10459 )
Change subject: chan_sip: Tell module loader that chan_sip is extended support.
......................................................................
chan_sip: Tell module loader that chan_sip is extended support.
Change-Id: I33508c134b1be888b8884f5dcfee19087634e415
---
M channels/chan_sip.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Richard Mudgett: Looks good to me, but someone else must approve
Sean Bright: Looks good to me, approved
Kevin Harwell: Approved for Submit
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 42362b8..c8a2dea 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -35744,7 +35744,7 @@
}
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "Session Initiation Protocol (SIP)",
- .support_level = AST_MODULE_SUPPORT_CORE,
+ .support_level = AST_MODULE_SUPPORT_EXTENDED,
.load = load_module,
.unload = unload_module,
.reload = reload,
--
To view, visit https://gerrit.asterisk.org/10459
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-MessageType: merged
Gerrit-Change-Id: I33508c134b1be888b8884f5dcfee19087634e415
Gerrit-Change-Number: 10459
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2 (1000185)
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-commits/attachments/20181010/dd1cf605/attachment.html>
More information about the asterisk-commits
mailing list