summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-03-12 07:50:01 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-03-12 07:50:01 -0500
commitffdd4b1c39a304a2bb0faf4ce10d5b1d07ac19c8 (patch)
tree3e5772e232bcf0c472e9113141e2b197d1e4cdac
parent114c25e706fd1abf8d4bbc4d5629bb44f2b0a3a5 (diff)
parente6738b79b3b610d8332aa4de7c137295adce9f64 (diff)
Merge "Complete deprecating legacy modules."
-rw-r--r--apps/app_fax.c2
-rw-r--r--res/res_config_sqlite.c2
-rw-r--r--res/res_monitor.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_fax.c b/apps/app_fax.c
index 293925ac1..c5d0f514b 100644
--- a/apps/app_fax.c
+++ b/apps/app_fax.c
@@ -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,
);
diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c
index 83d2dca72..af3b12449 100644
--- a/res/res_config_sqlite.c
+++ b/res/res_config_sqlite.c
@@ -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,
diff --git a/res/res_monitor.c b/res/res_monitor.c
index 95acf554d..efedab7c3 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -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,