summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-10-16 11:53:07 -0400
committerCorey Farrell <git@cfware.com>2017-10-18 09:54:58 -0500
commit955a891a84203fdab9dade2049bb8268d69a2949 (patch)
treee87263919db6fc073b513400f29a9216bd11848a /CHANGES
parent3a2b132411c88d2b2494c3085c79253256bda053 (diff)
app_macro deprecation.
* Mark the module deprecated. * Disable the module by default. * Produce a warning the first time a macro is used. * Note deprecation related options in app_dial and app_queue. ASTERISK-27350 Change-Id: I560ea043bacdbc5534a17d97854273d52c2f1bdc
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 63c8c6f7c..68617a441 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@
--- Functionality changes from Asterisk 15 to Asterisk 16 --------------------
------------------------------------------------------------------------------
+app_macro
+------------------
+ * The app_macro module is now deprecated and by default it is no longer
+ built. Users should migrate to app_stack (Gosub). A warning is logged
+ the first time any Macro is used.
+
chan_sip
------------------
* New function SIP_HEADERS() enumerates all headers in the incoming INVITE.