From: Corey Farrell Date: Wed, 10 Oct 2018 11:38:08 +0000 (-0400) Subject: chan_sip: Tell module loader that chan_sip is extended support. X-Git-Tag: 16.1.0-rc1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea517f80e0e8e2408e4679fe5d0c060dfd06755;p=thirdparty%2Fasterisk.git chan_sip: Tell module loader that chan_sip is extended support. Change-Id: I33508c134b1be888b8884f5dcfee19087634e415 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 42362b8eca..c8a2deae53 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -35744,7 +35744,7 @@ static int unload_module(void) } 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,