How can I run two monitor applications

I want to make 2 files of call recording for both sides the callee and the caller. But when I run
app.monitor(“wav,calleeExtension,mb”)
app.monitor(“wav,callerExtension,mb”)
I will have only one recording of the second app.
Maybe someone knows how to solve this?

The Monitor application does not allow multiple at the same time. From quickly looking at the MixMonitor functionality, it seems to.

Yes, it works.
But option “b” doesn’t work in MixMonitor. MixMonitor creates a file and doesn’t delete it, even if the call did not take place.
Asterisk version 17.3

Yes, It works using AMI Monitor action.

I send Monitor action with caller channel and callee channel.

check this site : https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_Monitor

Thanks for your advice!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.