- Joined
- Jan 30, 2012
- Messages
- 3
- Reaction score
- 1
Hi there,
We are using 3CX version 20 and are using the new REST API which is outstanding in all the options that it exposes in comparison to previous versions.
Within the 3CX Webserver, we are able to go to Panels (switchboard) and select a queue and see which users are member of it, and which one are logged into the queue.
We are able to add / remove people from the queue by using the REST API. Yet we can't find logging in or logging out from the queue.
When searching online we found a topic on this forum which describes how to change this on an older 3CX version, by changing a DNProperty of a user with the property name called LOGGED_IN_QUEUE.
https://www.3cx.com/community/threads/log-in-and-out-from-individual-queues-with-3cx-api.57826/
I tried to find this DNProperty in 3CX Version 20 but without success, I tried adding the property to a user, yet no succes either.
When using the GET /Users(id) api call, we can find the 'QueueStatus' but this seems an overal status. Neither can we change this value when we use the PATCH /Users(id).
Is there anyway we are able to log in / out a user from a queue?
We are using 3CX version 20 and are using the new REST API which is outstanding in all the options that it exposes in comparison to previous versions.
Within the 3CX Webserver, we are able to go to Panels (switchboard) and select a queue and see which users are member of it, and which one are logged into the queue.
We are able to add / remove people from the queue by using the REST API. Yet we can't find logging in or logging out from the queue.
When searching online we found a topic on this forum which describes how to change this on an older 3CX version, by changing a DNProperty of a user with the property name called LOGGED_IN_QUEUE.
https://www.3cx.com/community/threads/log-in-and-out-from-individual-queues-with-3cx-api.57826/
I tried to find this DNProperty in 3CX Version 20 but without success, I tried adding the property to a user, yet no succes either.
When using the GET /Users(id) api call, we can find the 'QueueStatus' but this seems an overal status. Neither can we change this value when we use the PATCH /Users(id).
Is there anyway we are able to log in / out a user from a queue?