I am doing 200 concurrent calls. As per requirement I am recording only few calls using java AMI mix monitor.
channel.startMonitoring(channel.getId(), “wav”, true);
Calls getting recorded successfully but the duration of the calls getting increased. The calls which I am recording have huge fluctuation/disturbance in voice as well.
Note :- Calls which are not getting recorded are perfectly fine.
I check server using top command. CPU and memory looks fine. We tried after server restarted as well.
This is my first question on community. Its my humble request please ignore if I have missed any protocol. Can somebody help plz.
-Joginder