users are still not voice enabled after 24 hours

IBN 4,381 Reputation points
2022-04-19T14:59:39.593+00:00

Hello Teams Community,

Please I need your help on this.

I've assigned licenses to users and after 24 hours they are still not able to be added to call queues.

For example, the error message I'm getting is: You are trying to link Janie but they aren't enterprise voice-enabled.

This user has a license and i have also ran the powershell to enable

-EnterpriseVoiceEnabled $true -HostedVoiceMail $true

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JimmyYang-MSFT 50,446 Reputation points Microsoft Vendor
    2022-04-20T03:03:39.693+00:00

    Hi @IBN

    What is your phone number? On-premise or Online?

    If you are managing the user's phone number on-premises, you need to ensure that the user is Enterprise Voice enabled online by using the following command:

    Set-CsPhoneNumberAssignment -Identity "<User name>" -EnterpriseVoiceEnabled $true  
    

    If you are managing the user's phone number online, you need to assign the phone number to the user by using the following command in Teams PowerShell. The user is automatically Enterprise Voice enabled by the command:

    Set-CsPhoneNumberAssignment -Identity "<User name>" -PhoneNumber <phone number> -PhoneNumberType DirectRouting


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    1 person found this answer helpful.