[Asterisk-code-review] chan sip: Tell module loader that chan sip is extended support. (asterisk[13])
Corey Farrell
asteriskteam at digium.com
Wed Oct 10 06:37:13 CDT 2018
Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/10458
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/58/10458/1
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 34299a8..b90eb4c 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -35735,7 +35735,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/10458
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I33508c134b1be888b8884f5dcfee19087634e415
Gerrit-Change-Number: 10458
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/6f9097b2/attachment.html>
More information about the asterisk-code-review
mailing list