summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2018-03-08 13:53:09 -0600
committerRichard Mudgett <rmudgett@digium.com>2018-03-08 13:53:09 -0600
commite6738b79b3b610d8332aa4de7c137295adce9f64 (patch)
tree58b152de9c3592cb52d8c64882074ab75562c3db /apps
parent9d32958fd279eb4f7455b92a0c0658b23e8ef074 (diff)
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
Diffstat (limited to 'apps')
-rw-r--r--apps/app_fax.c2
1 files changed, 1 insertions, 1 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,
);