Skip to main content
Question

Find status of “accept call queues” button used on the mobile app

  • May 6, 2020
  • 3 replies
  • 802 views

I am trying to find an API call that can get the status of the “accept call queues” button on the mobile app.


We are building a wallboard app and have the required info from https://platform.devtest.ringcentral.com/restapi/v1.0/account/accountId/call-queues apart from knowing if “accept call queues” is on or off

This is used to make people unavailable in a queue, not to be confused with presence status, which i can get already from https://platform.devtest.ringcentral.com/restapi/v1.0/account/accountId/extension/extensionId/presence


You might want to be available but not take call queues


Thanks

3 replies

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • May 7, 2020

I can't see such a button on the mobile app. Can you post a screenshot or show me where to find it. My first guess is that it is an app feature. I am not aware of any API with this function but I can check once I find the button.


  • Author
  • New Participant
  • May 13, 2020

I also think the same call is used in the call groups to show available agents




Here is the mobile button



PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • May 14, 2020

Thanks! I found the status of that button. You can use the presence API to read the user presence status of an extension and read the "dnsStatus" value to detect.

dndStatus = 'DoNotAcceptDepartmentCalls' => button is off

dndStatus = 'TakeAllCalls' => button is on