Page 1 of 1

XFER with the value of nullstucked in vicidial_auto_calls

PostPosted: Thu Aug 21, 2008 3:54 am
by Op3r
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

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?

PostPosted: Thu Aug 21, 2008 7:44 am
by mflorell
There must be another reason other than just MANUAL dialing, we have a client with about 100 manual dial agents and this is not a problem at all.

PostPosted: Thu Sep 18, 2008 6:42 pm
by Op3r
for posterity sake here's what fixed it.

we should always double check this line

exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses ... UG-----....

It should be one line not like this

exten =>
h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses ... EBUG-----${HAN ...