diff --git a/CHANGES b/CHANGES index 112efa79aa..c6957d3e07 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 1e7833ceac..52128942ab 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. + +