Page 1 of 1

INCALL on vicidial_hopper table

PostPosted: Sat Jun 23, 2018 7:07 am
by lmoreira
Hi Guys,

This system has about 160 agents (1 DB, 1 WEB, 5 dialers) makes 500k calls/day.
By the end of the day, I see on realtime report thousands leads in hopper.
On MySQL, I found a lot of 'INCALL status' rows in vicidial_hopper table, but no agent logged or call out-bounding.

Today, after one hour operating, I see this, but there were about ~100 calls alive:

Code: Select all
MariaDB [asterisk]> select status,count(*) from vicidial_hopper group by status;
+--------+----------+
| status | count(*) |
+--------+----------+
| READY  |     4066 |
| INCALL |      472 |
| HOLD   |       15 |
+--------+----------+
3 rows in set (0.00 sec)


Is this normal or a issue?

Re: INCALL on vicidial_hopper table

PostPosted: Sun Jun 24, 2018 4:28 pm
by mflorell
That doesn't look normal, usually the hopper record will not stay in INCALL status, it'll be deleted.

Have you noticed any database errors in any of the logs?

Re: INCALL on vicidial_hopper table

PostPosted: Mon Jun 25, 2018 7:26 pm
by lmoreira
No erros on mysql, but we started clearing list and load new leads on same list often lately.
Could it be caused by clearing list while some leads stills INCALL?

Re: INCALL on vicidial_hopper table

PostPosted: Tue Jun 26, 2018 5:19 am
by mflorell
I suppose that's possible, I can't say that I've managed a system where that's been done. You would have to analyze the entries in the hopper to figure out if that is what's happening.