]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Complete deprecating legacy modules.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 8 Mar 2018 19:53:09 +0000 (13:53 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 8 Mar 2018 19:53:09 +0000 (13:53 -0600)
The menuselect comment was updated to deprecate these modules but the
AST_MODULE_INFO block at the end of file was missed.

ASTERISK-27671

Change-Id: I63070b5c4d4f08af010c6034acd4793c1bcef839

apps/app_fax.c
res/res_config_sqlite.c
res/res_monitor.c

index 293925ac19c873f869ef952d1aebedac29a2c740..c5d0f514bb34d9c5aa1a7cdb7b77c986e650b587 100644 (file)
@@ -995,7 +995,7 @@ static int load_module(void)
 
 
 AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Simple FAX Application",
-       .support_level = AST_MODULE_SUPPORT_EXTENDED,
+       .support_level = AST_MODULE_SUPPORT_DEPRECATED,
        .load = load_module,
        .unload = unload_module,
 );
index 83d2dca72073dc54757742f7a0448fe3f47b82de..af3b12449453de8e16bd6eeac37a78f91c16aaa3 100644 (file)
@@ -1773,7 +1773,7 @@ static int load_module(void)
 }
 
 AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "Realtime SQLite configuration",
-       .support_level = AST_MODULE_SUPPORT_EXTENDED,
+       .support_level = AST_MODULE_SUPPORT_DEPRECATED,
        .load = load_module,
        .unload = unload_module,
        .load_pri = AST_MODPRI_REALTIME_DRIVER,
index 95acf554db7e9c8d1ecbd5fd04323b00cba5f85a..efedab7c3734b00f2c33f3c125d4847e412f2831 100644 (file)
@@ -1007,7 +1007,7 @@ static int unload_module(void)
 
 /* usecount semantics need to be defined */
 AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER, "Call Monitoring Resource",
-       .support_level = AST_MODULE_SUPPORT_CORE,
+       .support_level = AST_MODULE_SUPPORT_DEPRECATED,
        .load = load_module,
        .unload = unload_module,
        .load_pri = AST_MODPRI_CHANNEL_DEPEND,