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
This commit is contained in:
Naveen Albert
2022-11-03 20:56:01 +00:00
committed by George Joseph
parent 49cfdbbdff
commit 6e59b01e1a
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Subject: app_mixmonitor
The d option for MixMonitor now allows deleting
the original recording when MixMonitor exits,
which can be useful when MixMonitor copies it
somewhere else before exiting.