From: Michael L. Young Date: Tue, 22 Jul 2014 20:01:42 +0000 (+0000) Subject: apps/app_mixmonitor: Add Options To Play Beep At Start Or Stop X-Git-Tag: 13.0.0-beta1~81 X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=commitdiff_plain;h=20cb961b3ed3d5890a88a0cac6c9ba5dbda6570e;hp=b4a681684d2fee800add540ede399bf45915fe49 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 --- diff --git a/CHANGES b/CHANGES index 112efa7..c6957d3 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 ------------------------- diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 1e7833c..5212894 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -120,6 +120,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Stores the MixMonitor's ID on this channel variable. + +