[Asterisk-code-review] chan sip: Tell module loader that chan sip is extended support. (asterisk[16])

Corey Farrell asteriskteam at digium.com
Wed Oct 10 06:41:43 CDT 2018


Corey Farrell has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/59/10459/1

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: newchange
Gerrit-Change-Id: I33508c134b1be888b8884f5dcfee19087634e415
Gerrit-Change-Number: 10459
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181010/0ebeed44/attachment.html>


More information about the asterisk-code-review mailing list