[Asterisk-code-review] Complete deprecating legacy modules. (asterisk[master])
Richard Mudgett
asteriskteam at digium.com
Thu Mar 8 13:54:50 CST 2018
Richard Mudgett has uploaded this change for review. ( https://gerrit.asterisk.org/8486
Change subject: Complete deprecating legacy modules.
......................................................................
Complete deprecating legacy modules.
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
---
M apps/app_fax.c
M res/res_config_sqlite.c
M res/res_monitor.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/86/8486/1
diff --git a/apps/app_fax.c b/apps/app_fax.c
index 293925a..c5d0f51 100644
--- a/apps/app_fax.c
+++ b/apps/app_fax.c
@@ -995,7 +995,7 @@
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 83d2dca..af3b124 100644
--- a/res/res_config_sqlite.c
+++ b/res/res_config_sqlite.c
@@ -1773,7 +1773,7 @@
}
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 95acf55..efedab7 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -1007,7 +1007,7 @@
/* 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,
--
To view, visit https://gerrit.asterisk.org/8486
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I63070b5c4d4f08af010c6034acd4793c1bcef839
Gerrit-Change-Number: 8486
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180308/d0f8043c/attachment.html>
More information about the asterisk-code-review
mailing list