Showing posts with label Resource Accounts. Show all posts
Showing posts with label Resource Accounts. Show all posts

Monday, 16 February 2026

Teams Resource Account - Setting Call Priority

Being able to set a call priority within Teams is relative new

https://learn.microsoft.com/en-us/microsoftteams/aa-cq-call-priorities

The easiest way that looks to be enabled is when using a resource account, and assigning the association to either a Teams AA or CQ.

New-CsOnlineApplicationInstanceAssociation <ID of the resource account> -ConfigurationId <ID of the AA/CQ> -CallPriority <call priority number> -ConfigurationType <autoattendant|callqueue>

Call Priority Values are:

1 - Very High

2 - High

3 - Normal (default priority)

4 - Low

5 - Very Low

This will throw an error if the RA is already associated with a AA/CQ, to remove the association we can use the 

Remove-CsOnlineApplicationInstanceAssociation <ID of the resource account>

To view the call priority value of the resource account

Get-CsOnlineApplicationInstanceAssociation  <ID of the resource account>




Wednesday, 27 January 2021

Teams Resource Accounts

Trying to crate a "Resource Account" for a Teams CQ and/or AA, and came across an issue where via both TAC and Power Shell it would fail.

TAC


Power Shell

I had seen this before when the Teams/Skype Online was a Hybrid environment, but in this case the deployment has no on-premises Skype environment.

The Fix

Turns out DNS is the issue, even when in a cloud only environment the Skype DNS entries are required.



Wednesday, 1 April 2020

Assign Number to Teams Resource Accounts

This has been bugging me for awhile, I wasn't able to assign a number to a resource account that had been created for a Teams AA or CQ.  When trying to assign via Teams Admin Centre (TAC) I was able to search for the number but it was ALWAYS displaying the "No results were found" error.




Turns out I had set the location of the users licence to "United States", once this was change to "Australia" i was able to assign the phone number.



I spent way to much time trying to figure this one out, so hopefully this serves as a reminder..

Zoom Contact Centre API

Quick note for something recently worked on with Zoom Contact Centre and using APIs   ClickSend Using ClickSend t...