summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2018-02-22 11:54:33 -0500
committerSean Bright <sean.bright@gmail.com>2018-02-22 11:54:33 -0500
commit50d9af101e56e14d55cd33f420212e375287fd29 (patch)
tree38e5f1f9e916aec9c8c31338275f50cb90606914 /CHANGES
parentfc0cad481a6b320b50504d14f7f9f2ce1a308307 (diff)
func_audiohookinherit: Remove deprecated module.
Change-Id: Id52f719078a65c4b2eee7ab99d761eba6b6aed94
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2d49c13fb..66ffca5d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -74,12 +74,19 @@ res_pjsip_registrar_expire
* The res_pjsip_registrar_expire module has been removed. The functionality has
been moved into res_pjsip_registrar.
+func_audiohookinherit
+------------------
+ * The func_audiohookinherit module has been removed. Due to architectural changes
+ in Asterisk 12, audiohook inheritance is performed automatically and this
+ function now lacks function.
+
cdr_syslog
------------------
* The cdr_syslog module is now deprecated and by default it is no longer
built.
Core:
+------------------
* libedit is no longer available as an embedded library and must be provided
by the system.