From 7e1340eb7705fff3ab205d5b1ccab1065d977475 Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Thu, 3 Nov 2022 20:56:01 +0000 Subject: [PATCH] app_mixmonitor: Add option to delete files on exit. Adds an option that allows MixMonitor to delete its copy of any recording files before exiting. This can be handy in conjunction with options like m, which copy the file elsewhere, and the original files may no longer be needed. ASTERISK-30284 #close Change-Id: Ida093679c67e300efc154a97b6d8ec0f104e581e --- apps/app_mixmonitor.c | 20 +++++++++++++++++++ doc/CHANGES-staging/app_mixmonitor_delete.txt | 6 ++++++ 2 files changed, 26 insertions(+) create mode 100644 doc/CHANGES-staging/app_mixmonitor_delete.txt diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index a0eb1dbf5d..e2b9e8c148 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -90,6 +90,11 @@ Play a periodic beep while this call is being recorded. Interval, in seconds. Default is 15. +