XFER with the value of nullstucked in vicidial_auto_calls

I observed that a lot of data with XFER status in the vicidial_auto_calls with the value of null are being stucked. This affects the transfers of calls to the agents waiting. so as a work around I usually issue this command to the mysql
I think this is very much prevalent when using manual dial on VICIDIAL agent interface.
Any clues on how to resolve this?
- Code: Select all
delete from vicidial_auto_calls where isnull(channel) and status='XFER';
I think this is very much prevalent when using manual dial on VICIDIAL agent interface.
Any clues on how to resolve this?