QUEUE_WAITING_COUNT using AMI

Hi all, could you please help how to excute this specific Dialplan Function using AMI?.. is it possible?
I simply want to know the number of calls waiting in a queue. Thanks :frowning:

AMI considers functions calls to be variables.

Hi David thanks for the reply really appreciate it, :smile: is there a way that I can get actual calls waiting in a Queue with one shot only using AMI? Like for example :

Action: QueueWaitingCount
Queue: QueueName1

Is there any way like the above example? :question: :question: :question:

Type “manager show commands” at the CLI prompt to find out what is available.

I think it is unlikely, as the general policy is not to provide specific methods if a more general approach would work.

Thanks for posting back david :smile: I learned a lot.