0

How can i get result of ManagerAction_QueueStatus.

In event list i can not found corresponding event.

Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30

1 Answers1

0

You should check that you have permission to see it in manager.conf for your user. Or just allow all in read= and check.

arheops
  • 15,544
  • 1
  • 21
  • 27
  • I have permission for see events. My question is that which event show result of this action? – Ramin Darvishov Mar 21 '20 at 08:58
  • When you do QueueStatus you will get batch of QueueEntry events with QueueStatusComplete at end. That can be easy spoted in asterisk source code in app_queue.c in manager_queues_status function. – arheops Mar 21 '20 at 10:15
  • I use Asterisk 16.5. I listen events Asterisk. When execute action QueuseStatus in Asterisk not generate any events. – Ramin Darvishov Mar 21 '20 at 13:36
  • Note: Other action generate corresponding event. Generating other action and listening events is correct. – Ramin Darvishov Mar 21 '20 at 13:37