]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
chan_sip: Tell module loader that chan_sip is extended support.
authorCorey Farrell <git@cfware.com>
Wed, 10 Oct 2018 11:36:54 +0000 (07:36 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 10 Oct 2018 11:36:54 +0000 (07:36 -0400)
Change-Id: I33508c134b1be888b8884f5dcfee19087634e415

channels/chan_sip.c

index 34299a8ca3287ebf9c82da949ca40c750864eaef..b90eb4ca25fe5111e9179886bb2ffabb99389cfe 100644 (file)
@@ -35735,7 +35735,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,