Real-time statistics

hi,

is there any free module that can show me a real time statistics for each queue like

calls in each queue
answered calls in each queue
abounded calls
hold time average

and display them in a wallboard.

thanks.

None that I am aware of unless you were to do it yourself using the data you can query from Asterisk.

The solutions I am aware of (all paid):
https://wiki.freepbx.org/display/FPG/Queue+Wallboard
https://www.asternic.net/

1 Like

If you decide to build something, let us know. While anyone that ā€œneedsā€ it would certainly get one of the commercial solutions, those of us that just think this kind of crap is cool wouldnā€™t mind seeing what you did.

3 Likes

We did something similar using a webpage that just displayed the outputs of shell asterisk CLI commands (using cgi-bin). It did not look fancy, but on a webpage, every refresh (built in timer to refresh every 30 seconds), we displayed:

Calls in Queue:
XX
Oldest Call Waiting:
XX
Agents Signed In:
XX
Agents Paused:
XX

Literally looks just like the above, but it worked in a pinch.

2 Likes

hi comtech,

thatā€™s cool,since we are looking for the functionality not the good looking, could you please share us your cgi-bin script.

Hereā€™s how to make the site:

Hereā€™s references to data sources you might want to display on the site. We did a lot of CLI commands, then cut the result before displaying on the site.
https://wiki.asterisk.org/wiki/display/AST/Queue+Logs

1 Like

thanks a lot, iā€™ll try to do it and update you,
thanks again

You can also get most of these data with AMI

2 Likes

hi PitzKey
do you have an example :slight_smile:

Look through the Asterisk docs

https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+AMI+Actions

https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+AMI+Events

You might also want to look at https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ARI

edit - more links

https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_QueueStatus

https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_QueueSummary

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.