[PHREAKSCRIPT-53] app_george: Cancel in-progress recording if nobody said anything
MixMonitor can be used to take a current recording and dump it into a voicemail box, but once MixMonitor
is called, there is effectively no way to prevent an in-progress recording from being thus dispatched. It may be desirable to cancel the recording if it does not meet user-defined criteria for dispatching.
[PHREAKSCRIPT-53] is the impetus for this improvement.
Being able to do this was left as TODO item in the code: https://github.com/asterisk/asterisk/blob/master/apps/app_mixmonitor.c#L394
Add a function that allows clearing/resetting all the recipients (or modifying them), e.g. MSet(MIXMONITOR_RECIPIENT(add)[email protected],MIXMONITOR_RECIPIENT(remove)=all)
Also: https://issues-archive.asterisk.org/ASTERISK-22674
You must be