Emergency disclaimer is not accepted for usage location 'US' by the tenant X. Please use 'Set-CsOnlineEnhancedEmergencyServiceDisclaimer' to record your organization's acceptance of the emergency service terms and conditions
Last week i was asked for sharing some accounts with one distributor so they can do one PoC with Teams Phones, and everything was fine until i came across this issue:
This blog post focuses on the following topics:
- Intro
- Requirements
- Installing Microsoft Teams PowerShell Module
- Fixing the Issue
- Assigning Phone Numbers
- Conclusion
Intro
First, make sure Microsoft Teams Module is installed, if not, run the following command:
Install-Module -Name MicrosoftTeams -Force -AllowClobberI highly recommend you following this process to make sure the latest Microsoft teams module is installed.
NOTE: Probably you didn't know the previous command as you might have been used to the "Install-Module MicrosoftTeams", right? Well... I would like you to be sure it's real and using it is legit as it's made for installing the latest Teams PowerShell Module, that's the main difference.
Now connect to Microsoft Teams
Connect-MicrosoftTeamsSign in with your admin account.
After signing in, your account and tenant ID will be shown.
Fixing the Issue
Now, next step might vary to some of you, and it depends on where your tenant your emergency address is and the contries and regions where you would like to provide PSTN Calling Services. For instance, I requested a tenant on CDX and mine is hosted in US, and emergency address is set to US as this tenant is using the default info and addresses, and I will provide PSTN servies to my "user" in US sooooo i need to accept the terms and conditions in US, if that's your case, please run the following command:
Set-CsOnlineEnhancedEmergencyServiceDisclaimer -CountryOrRegion USIf that's not your case, please use the following command and replace "XX" with the region or country whose terms and conditions you wish to accept. You need to use the ISO 31661-1 alpha-2 2 letter code for the country.
Set-CsOnlineEnhancedEmergencyServiceDisclaimer -CountryOrRegion XXSo the following ones are just examples of ISO 31661-1 alpha-2 2 letter codes:
- United Arab Emirates: AE
- Australia: AU
- United Kingdom of Great Britain and Northern Ireland: GB
- Germany: DE
- Japan: JP
For instance, if I would like to accept terms and conditions in...Germany, my command would look like this:
Set-CsOnlineEnhancedEmergencyServiceDisclaimer -CountryOrRegion DEAs it says, the default is NO, and that's why you are here facing this issue, so now, just type in Y and let's move on.
After typing in Y...
I don't trust on people, and you know... i don't even trust on myself lol 😂😂, so i recommend you make sure this configurations have been set properly, so please run the following command:
Get-CsOnlineEnhancedEmergencyServiceDisclaimer -CountryOrRegion USSame applies now, just replace "US" with with the region or country whose terms and conditions you just accepted.
As you can see, now the response is set to "ACCEPTED"
Keep in mind you must repeat this process if you would like to provide PSTN calling services to different regions and countries, even if you just accepted it in US, you might provide it to users in another country.
Assigning Phone Numbers
Get back to Microsoft Teams Admin Center, and go assign that phone number!!
IT'S WORKING AGAIN!!!
Phone numbers are assigned finally 👌👌👌
Conclusion
This has been a short blog post as it's easy to get it fixed, and actually the most important thing is... Keep in mind you can skip this if yo accept the terms and conditions as soon as you set an address as you can just accept terms and conditions while creating it. Remember i was using a default address, it was created by default when I created this tenant, and this is not accepted by default, and i didn't create a new address, sooo? that's why i had to fix this issue
Connect with me
- LinkedIn: Kevin Urena
- Youtube: Kevin Urena Vlogs
- TikTok: Kevin Ureña
- Facebook: Kevin Ureña Vlogs
- Twitch: Kevin_Urena
- Instagram: Kev.Urena_
If you like my blog, and it's helped you, let me know with a coffee 😃😄
- Buy me a coffee: KevinUrena :)
Some resources which you may find helpful and useful:
- How to Set up Poly Studio X Series
- How to Set up Zoom Rooms
- How to Set up Google Meet Hardware [VIDEO] [ARTICLE]
- Creating Teams Rooms Resource Account [VIDEO] [ARTICLE]
- Provisioning Poly Studio X and G7500 with Poly Lens [Video] [ARTICLE]

Comments
Post a Comment