summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael L. Young <elgueromexicano@gmail.com>2014-07-22 20:01:42 +0000
committerMichael L. Young <elgueromexicano@gmail.com>2014-07-22 20:01:42 +0000
commit20cb961b3ed3d5890a88a0cac6c9ba5dbda6570e (patch)
tree565409faffe32253a6a771f567066f1ad8828a72 /CHANGES
parentb4a681684d2fee800add540ede399bf45915fe49 (diff)
apps/app_mixmonitor: Add Options To Play Beep At Start Or Stop
We have a new periodic beep feature but sometimes a user needs some sort of feedback, without the need to have a periodic beep during the recording, to let them know that MixMonitor started recording or ended the recording. The use case where this patch is being used is when using Dynamic Features to start and end MixMonitor. This patch adds an option to play a beep when MixMonitor starts and an option to play a beep when MixMonitor ends. ASTERISK-24051 #close Reported by: Michael L. Young patches: mixmonitor-play-beep-start-stop.diff uploaded by Michael L. Young (license 5026) Review: https://reviewboard.asterisk.org/r/3820/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 112efa79a..c6957d3e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -182,6 +182,13 @@ res_config_pgsql
for res_config_pgsql via the dbappname configuration setting in
res_pgsql.conf.
+MixMonitor
+------------------
+ * New options to play a beep when starting a recording and stopping a recording
+ have been added. The option "p" will play a beep to the channel that starts
+ the recording. The option "P" will play a beep to the channel that stops the
+ recording.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 12.4.0 to Asterisk 12.5.0 ------------
------------------------------------------------------------------------------
@@ -367,7 +374,6 @@ MixMonitor
* A new option, B(), has been added that will turn on a periodic beep while the
call is being recorded.
-
Channel Drivers
-------------------------