Page 1 of 1

Anyone use Asternic queue stats?

PostPosted: Sun Sep 13, 2020 12:24 pm
by carpenox
Anyone use asternics queue stats? I was trying to install it and it seems it hasnt been messed with in a while. I got it kinda working by changing the code but I am not sure what im missing. Anyone willing to help me debug this? https://cyburityllc.com/queue-stats

Any feedback would be great, thx

Re: Anyone use Asternic queue stats?

PostPosted: Fri Oct 30, 2020 5:02 pm
by williamconley
Add debug code to the mysql query so you can have the TEXT error from sql.

However:

Code: Select all
SELECT agent FROM qagent ORDER BY agent

Error de MySQL:


Indicates that the query failed in some fashion. Run the query manually and see what you get.

Re: Anyone use Asternic queue stats?

PostPosted: Sat Oct 31, 2020 10:00 am
by carpenox
Ok so the qagent table does not exist, this call stats was an older version so im trying to convert it to work with current astguiclient. Do you happen to know what needs to be installed to get qagents table? Thx Bill

Would this work? https://www.voip-info.org/asterisk-realtime-queue/

Nox