summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2013-12-09 16:42:59 +0000
committerMark Michelson <mmichelson@digium.com>2013-12-09 16:42:59 +0000
commit57304108617b15c1f66092772b748163f6d4da62 (patch)
tree4ffef809d8162c0a617ca119035711cf2c09bf5f /CHANGES
parent4d760694b21b317c36aed48a5025ace9dc561fd3 (diff)
Create function for retrieving Mixmonitor instance data.
For the time, this is only useful for retrieving the filename. The purpose of this function is to better facilitate multiple mixmonitors per channel. Setting a MIXMONITOR_FILENAME channel variable is not conducive to such behavior, so allowing finer grained access to individual mixmonitor properties improves the situation. The MIXMONITOR_FILENAME channel variable is still set, though, so there is no worry about backwards compatibility. Review: https://reviewboard.asterisk.org/r/3023 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403512 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cc6181010..91cd210bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -51,6 +51,11 @@ Say
the background application and jump to the received extension once a match
is established or after a short period of inactivity.
+MixMonitor
+-------------------------
+ * A new function, MIXMONITOR, has been added to allow access to individual
+ instances of MixMonitor on a channel.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 11 to Asterisk 12 --------------------
------------------------------------------------------------------------------