Check Recording from External Application

Would like to know if asterisk can return any variable or any flag in any database to confirm that the recording is complete. If yes, i would like to capture it through an external application. Please advise!

If you are using MixMonitor() you can use the command option . will be executed when the recording is over. Using a shell command you can pass a variable to your external app indicating that the recording is over

Syntax
MixMonitor(.[|[|]])

[quote=“ambiorixg12”]If you are using MixMonitor() you can use the command option . will be executed when the recording is over. Using a shell command you can pass a variable to your external app indicating that the recording is over

Syntax
MixMonitor(.[|[|]])[/quote]

Thanks for your response. We have just met our requirement through a python script using wave import.

The Issue is CLOSED.