1. Verify that the account should be a Calling Plan user.
  2. If the account should be a calling plan user, ensure that a phone number has been set 
  3. If the user has a valid phone number, run the below commands through Windows PowerShell.
Set-ExecutionPolicy Unrestricted
Install-Module PowerShellGet -Force -AllowClobber
Install-Module -Name MicrosoftTeams -Force -AllowClobber
Connect-MicrosoftTeams
Set-CsUser -Identity [email protected] -OnPremLineURI tel:+xxxxxxxxxx -EnterpriseVoiceEnabled $true

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.