hello,
We would like to use fop2 to record entire call instead of from the moment recording button is pressed.
I believe the easiest way forward would be to use Asterisk's mixmonitor.
The way it supposed to work:
- Record conversation on call bridging with new variable e.g. DeleteOnHangup=yes
- Give agent ability to set channel variable to DeleteOnHangup=no
- Delete (or not) call recording on hangup based on DeleteOnHangup value.
- if DeleteOnHangup=no inject file path to fop2.fop2recordings table in mysql
I know how to get it configured on asterisk side but struggling with fop2 side.
Can anyone please help?
Thanks,
Answered by s8y
See post in contexthello,
For those who may have similar requirement this is how we got it working.
Regards,