Hello,
My extensions.conf records call by calling the function mixmonitor when the caller and the callee in one queue are in communication.
My issue is when operator transfers the call to another operator (blind or attended transfert), so how should I do or to add for recording the call between the callee and the operator 2.
Here is a part of my configuration
exten=>_X.,1,NoOp(queue1)
same=>n,Set(MONITOR_FILENAME={STRFTIME({EPOCH},%Y%m%d-%H%M%S)}-{CALLERID(num)}-{CHANNEL})
same=>n,MixMonitor(${MONITOR_FILENAME}.wav,b) ; recording call when bridge is created
same => n,Queue(queue1,t)
same=>n,StopMixMonitor()
same=>n,Hangup()
Thank you so much