Is there a way to read all queue parameters? The CLI command “queue show” displays only limited information, as well as the QueueStatus AMI action.
Maybe the QUEUE_VARIABLES dialplan function has what you need ?
Can you list examples of specific information you would like to read that is not available using the above methods?
Asterisk information is available via CLI, AMI events or actions, and variables, as well as ARI.
There are cases where the information we need is spread across multiple methods, so it is necessary to build an AGI script to fetch the desired data
For example, the parameter periodic_announce_startdelay wasn’t working for me. As I am using realtime, I wanted to check whether the Queue application actually loaded that param from the database. But as far as I can see, there is simply no way to check the actual value of that param (as well as many others).
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.