Dec 06 2023 11:09 AM
I'm having trouble finding an answer on this. I know this question has been asked before, but lots of things I'm seeing are pointing to Skype Business or users coming from Skype to Teams Phone, etc... Or the questions are a couple of years old and the instructions are outdated.
We are migrating from Zoom phone to Teams Phone.
How can we go about making it so a user can enter a 4-digit extension and reach a specific user?
I've seen posts where you set the OnPremLineUri, LineUri, etc... to something like "tel:+1555123XXXX;ext:XXXX".
However, the last 4-digits of our Users' DID lines are not the same 4 digits as their extension.
We're using "Calling Plans" for users. I read somewhere it matters whether your using Direct Routing or Calling Plan.
How can I make this work? Any help would be greatly appreciated!
-Matt
Dec 06 2023 11:52 AM
Hello@mmartin1935
welcome to the Microsoft community, my name is Recep I'll be happy to help you today.
I understand that you are migrating from Zoom to Teams phone and now you want to be able to dial by extension.
Please note that the users you want to make available for Dial By Extension need to have an extension specified as part of one of the following phone attributes defined in Active Directory (and synchronized via Microsoft Entra Connect) or Microsoft Entra ID. For more information, see Add users individually or in bulk.
The required format to enter the extension in the user phone number field can be one of the following formats:
+<phone number>;ext=<extension>
+<phone number>x<extension>
x<extension>
Example 1: Update-MgUser -UserId 'email address removed for privacy reasons' -MobilePhone '15555555678;ext=5678'
Example 2: Update-MgUser -UserId 'email address removed for privacy reasons' -MobilePhone '+15555555678x5678'
Example 3: Update-MgUser -UserId 'email address removed for privacy reasons' -MobilePhone 'x5678'
You can set the extension in the Microsoft 365 admin center or the Microsoft Entra admin center. It can take up to 12 hours before changes are available to Auto attendants and Call queues.
Note
If using the TelephoneNumber field to define the extension, Microsoft recommends that you use the format +<phone number>;ext=<extension>. If the user is also assigned a Teams Phone Number, you should define both numbers the same way.
Refence article: Auto attendant and Call queue dialing and voice recognition reference - Microsoft Teams | Microsoft ...
If I have answered your question, please mark your post as Solved If you like my response, please give it a Like Appreciate your Kudos! Proud to contribute! 🙂 |
Dec 06 2023 12:37 PM
Dec 06 2023 01:47 PM
@Deleted
To add to my last comment...
Looking in MS Entra portal for the user I added the phone number for. Under "Business phone" it shows the phoneNumber;extension I used in the Set-MsolUser command.
Did I do that correctly? And how will I know when the extension is ready to be tested?
Also, we have a handful of on-prem users that are synced to Azure AD. In this case for the synced users only, I would need to set the "Telephone number" field in the on-Prem AD, And that will write to the user in Azure...?
I'm really hoping a user will be able to just pickup their phone and dial a 4-digit extension to reach someone...
Dec 06 2023 04:51 PM
@mmartin1935 Hey, for internal calls that don't through an auto-attendant, you could look at setting Normalization rules to use the last digits of a person's number as their 'extension' - assuming everyone has the same range of phone numbers.
This article has a good explanation of how to set it up - Use Extension Dialing in Microsoft Teams (ucstatus.com)
Dec 07 2023 10:38 AM
Dec 07 2023 05:20 PM
@mmartin1935 that's a challenge. Is it possible to work with the higher ups to set up speed dial options instead? Are they still using handsets?
Dec 08 2023 11:01 AM
SolutionDec 08 2023 11:13 AM
Dec 08 2023 11:16 AM
Dec 09 2023 03:35 AM
Hello @mmartin1935
Microsoft now enforces the rule that there can be no more than 50 normalization rules in a given dial plan.
Reference article: What are dial plans? - Microsoft Teams | Microsoft Learn
If I have answered your question, please mark your post as Solved If you like my response, please give it a Like Appreciate your Kudos! Proud to contribute! 🙂 |
Dec 12 2023 02:58 PM
Dec 08 2023 11:01 AM
Solution