When a user sets the phone to "Do not disturb" the Option for "Accept queue calls" disappears. Question: With which API call can I read out the value of this option ("Accept queue calls") - especially when the user is in the status "Do not disturb")?
Note: My app should be able to change the presence status of a user. To "restore" the previous values I need to change the presence status to the correct value ("TakeAllCalls" or "DoNotAcceptDepartmentCalls") as was before (before the status was changed to "Do not disturb"). I couldn't find a API call which can read this value.