简体   繁体   中英

Using Asterisk ARI to determine if agent in queue pause or not

Is it possible to use ARI to determine if a queue member is paused or not? I can't seem to find any documentation stating that its possible. The only way I can see anything related to a pause is by manually dialing *46 and watching the WebSocket events stream the DeviceStateChange.

Correct way is look for queue_log events. If you put queue_log into mysql it become trivial task.

You also can do queue_status

https://www.voip-info.org/asterisk-manager-api-action-queuestatus

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM