summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2013-11-01 22:48:14 +0000
committerJonathan Rose <jrose@digium.com>2013-11-01 22:48:14 +0000
commit4b7ff874923496725af9694c00fc11ddfc97a6cc (patch)
treefbcbcf25fb84e35938a844584106a3f71c75f7da /CHANGES
parent3b36687a560aab39d6bcb0c5b336a7be873f67be (diff)
app_confbridge: Make the CONFBRIDGE function be able to create dynamic menus
Also adds the ability to clear all profile items and makes behavior more consistent with documentation as when choosing whether to use CONFBRIDGE datastore profiles or the application arguments to the confbridge application. (closes issue ASTERISK-22760) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2971/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@402397 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3c6748d98..423ffb640 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,19 @@
==============================================================================
------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 12 to Asterisk 13 --------------------
+------------------------------------------------------------------------------
+
+ConfBridge
+--------------------------
+ * CONFBRIDGE dialplan function is now capable of creating/modifying dynamic
+ conference user menus.
+
+ * CONFBRIDGE dialplan function is now capable of removing dynamic conference
+ menus, bridge settings, and user settings that have been applied by the
+ CONFBRIDGE dialplan function.
+
+------------------------------------------------------------------------------
--- Functionality changes from Asterisk 11 to Asterisk 12 --------------------
------------------------------------------------------------------------------