summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-12-22 16:27:52 -0500
committerCorey Farrell <git@cfware.com>2018-02-13 13:56:03 -0500
commit9f74afbdcff2d972625e2032df46aadd882da185 (patch)
tree737537080ea7b22da9a9d8abac01774fa3372bd1 /CHANGES
parent41a05aacc95a2cfc80b3c232be02efc4ae380103 (diff)
Deprecate legacy modules.
* app_fax (replaced by res_fax). * res_config_sqlite (replaced by res_config_sqlite3). * res_monitor (replaced by app_mixmonitor). This is related to ASTERISK~23657 but does not resolve that ticket. Resolving that ticket would require complete removal of res_monitor. ASTERISK-27671 #close Change-Id: I16a3edd61fc1abd4a7b2e9357693ed663f62dd49
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cd7e75e7c..ba153bc6c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,11 @@
--- Functionality changes from Asterisk 15 to Asterisk 16 --------------------
------------------------------------------------------------------------------
+app_fax
+------------------
+ * The app_fax module is now deprecated, users should migrate to the
+ replacement module res_fax.
+
app_macro
------------------
* The app_macro module is now deprecated and by default it is no longer
@@ -43,6 +48,16 @@ app_queue
When set the wrapuptime on the member is used instead of the wrapuptime
defined for the queue itself.
+res_config_sqlite
+------------------
+ * The res_config_sqlite module is now deprecated, users should migrate to the
+ replacement module res_config_sqlite3.
+
+res_monitor
+------------------
+ * The res_monitor module is now deprecated, users should migrate to the
+ replacement module app_mixmonitor.
+
res_pjsip
------------------
* A new AMI action, PJSIPShowAors, has been added which displays information