]> 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:38:08 +0000 (07:38 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 10 Oct 2018 11:38:08 +0000 (07:38 -0400)
Change-Id: I33508c134b1be888b8884f5dcfee19087634e415

channels/chan_sip.c

index 42362b8eca131b21ec25410bce741cf5bef7d134..c8a2deae53c2ec07c133c75cb5b5fe4af2e1c3e0 100644 (file)
@@ -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,