Feb 15 2023 01:16 PM
We are looking to switch to Teams Phone but we need to maintain our 4 digit extensions for the time being. I'm having a weird issue though where I can never get it to transfer to any user from the auto attendant.
I have tried using Direct Routing, Operator Connect providers, and even Microsoft Calling Plan. I use PowerShell and add the extension as shown here Auto attendant and call queue dialing and voice recognition reference - Microsoft Teams | Microsoft ... where if the user's number is 4161231234 and extension is 2155 it shows +14161231234;ext=2155 in AzureAD.
What happens though is the auto attendant will say to dial the extension, and it's configured to dial by extension as well, then the user dials 2155 for example, but it will instead go silent for 5 seconds then she goes "If you have finished, press the pound key." You press # and she says "Sorry, I could not find a similar extension or menu option." I can enter any 4 digit extension and it says the same thing, as in it doesn't seem to even be checking or trying.
If I change the auto attendant to dial by name, I can speak a name and she transfers the call every time. It's just when dialling by extension that never works.
Is there anything else that I could be missing?
Feb 18 2023 08:55 AM
Feb 22 2023 09:29 AM
Mar 11 2023 05:56 AM
SolutionMar 21 2023 11:09 AM
Mar 21 2023 11:20 AM - edited Mar 21 2023 11:21 AM
I actually did it via PowerShell, but in Microsoft Admin Centre, it's the "Office Phone" field when you click "Edit Contact Information" on a user. You can also do it from Azure Active Directory, as it's the "Business phone" field there.
Regarding the # after, I don't think that's possible from what I can tell. If you don't press # it sits there for 10 seconds or so and then says "if you are finished press pound."
Mar 21 2023 11:25 AM
Mar 29 2023 06:40 AM
@psychobunny83 Hi, another question, do you know how I can set a PIN code to my voicemall?
Jun 01 2023 05:19 AM
@psychobunny83 Hello, we are running to this issue , can you please post your powershell command here ?
thanks
Aug 25 2023 07:17 AM
Oct 17 2023 05:34 AM
If using on-prem AD and this syncs to AD Connect, where do I store the phone number with the extension? I see one reply that they added this to the M365 Admin Center. Do I need to add this to the on-prem AD as well?
thanks!!
Dec 02 2023 01:55 AM
Feb 04 2024 02:15 PM
@psychobunny83 This works with Operator Connect users as well? Can you please share the output of below for an OC user ?
Get-Csonlineuser -Identity user | fl LineURI, TeamsCarrierEmergencyCallRouingPolicy, OnPremLineURI, EnterpriseVoiceEnabled
TIA
Mar 11 2023 05:56 AM
Solution