Page 1 of 1

Dialer stop dialing - problem with table vicidial_auto_calls

PostPosted: Fri Jul 29, 2022 5:35 am
by ZibiX
Hi.

Once every few weeks my clients call me with this strange situation.

1. Vicidial stop calling leads or calling very slowly (even with high ratio setting).
2. I need to restart whole server to get this fixed.
3. I have started to investigated this problem and i found that table vicidial_auto_calls is populated with many leads with queue_priority = 0 and call_time even few hours behind actual time.

Print screens:
Image

Image

4. When I delete this leads from vicidial_auto_calls (using query: DELETE FROM asterisk.vicidial_auto_calls where queue_priority = 0;) system start to work properly.

Do you know why is this happening? System isn't overloaded. Tables are not corrupted.
Vicibox 6.0.4
SVN 3611

Thank you for your help.
Zbigniew

Re: Dialer stop dialing - problem with table vicidial_auto_c

PostPosted: Thu Aug 11, 2022 9:48 am
by bbakirtas
There may be a problem with the tables. try to repair

Re: Dialer stop dialing - problem with table vicidial_auto_c

PostPosted: Thu Aug 11, 2022 5:16 pm
by carpenox
are these leads being brought in thru an integration or thru the api?

hit me up on skype ill help you debug it then we can report back here what the issue was

Re: Dialer stop dialing - problem with table vicidial_auto_c

PostPosted: Thu Sep 01, 2022 5:29 am
by ZibiX
bbakirtas wrote:There may be a problem with the tables. try to repair

That was my first thought but table is OK (no errors).

carpenox wrote:are these leads being brought in thru an integration or thru the api?

This is plain vicidial. No integration. No API. Leads uploaded using build in listloader.

At the time when it is happening server is not overloaded. there are no warnings in logs. There are no logs in slow query log.