Forum Discussion
Teams Phone Numbers Mysteriously Unassigned
We are only now experiencing the exact same random issue with our Teams Direct Routing.
Over the last couple of days our users have had their numbers unassigned. We can re-assign the number, however it disappears again after about 15 minutes.
We have over 360 users, all with Office E5 licenses and have been working using Teams for over 3 months.
Dialpads are now missing in Teams Applications
Audio Codes handsets have signed out
Internally Teams is working fine, however we cannot make/receive to/from external due to the numbers being unassigned
Does anyone know how to resolve the issue?
here is Ahmed, a community visitor 😉
Let me try to help you 🙂
There could be a number of reasons for this, so it would be best to start by collecting some additional information to help narrow down the cause. Here are some steps you can take:
1. Check the status of your Direct Routing setup in the Microsoft Teams admin center. Go to the "Voice" section and look for any warning or error messages.
2. Check the status of your SBC (Session Border Controller) and ensure that it is running correctly. You may want to check the logs for any errors or issues.
3. Check the status of your PSTN connectivity. Make sure that all of your trunks and PSTN gateways are online and functioning correctly.
4. Check the status of your phone numbers. Make sure that all of the phone numbers you are using are correctly assigned to users and not expired or suspended.
5. Check the status of your users' devices. Make sure that all of the devices are online and functioning correctly. You may want to check the logs for any errors or issues.
Best of the best 🙂
Ahme:D
- StephanieLSchmidtFeb 11, 2023Copper Contributor
I have an even stranger tale to tellhttps://mybankinginformation.com/car-lease-vs-buy/ My US phone numbers all vanished. examined the logs Not found. I have an open case, but DID are all quickly booked.
- Davev64Feb 11, 2023Copper Contributor
I have even a more bizarre story all of my us numbers disappeared. Checked the logs. No record. I have an open case, but all DID are fast busy
- wombattlerFeb 01, 2023Copper ContributorHi HaydenSlee and Ahmed,
I just got back from long service leave, and the people who covered for me tell me this is still happening. In another twist, I've also started getting random users with Enterprise Voice changed to false.
I haven't seen the issue with a phone number disappearing 15 minutes after assignment though. That one is new to me, sorry. - Ahmed_Masoud97Jan 04, 2023Steel Contributor
Hello againHaydenSlee,
hmmm...No-One is expert; we are all still learning and supporting eachother if we can as much as we can:)
Yes you can Review the Teams event logs: You can check the Teams event logs to see if there are any errors or warning messages that may provide clues about the cause of the issue. To do this, you can use the Get-EventLog cmdlet in PowerShell to retrieve the event logs for Teams.
The Detailed steps for your reference:1- Open the Event Viewer app in Windows.2- Navigate to the Applications and Services Logs folder.3- Expand the Microsoft folder, then the Office folder, and then the Teams folder.4- Select the Operational log.5- Use the filters and search options to find the events you are interested in.To review the Teams event logs using PowerShell, you can follow these steps:
Open a PowerShell window as an administrator.
Connect to the Exchange Online PowerShell module by running the following cmdlet: Connect-ExchangeOnline
Enter your Office 365 global administrator credentials when prompted.
To retrieve the event logs for Teams, run the following cmdlet: Get-EventLog -LogName "Teams Event Log"
To filter the event logs by a specific date range, you can use the -After and -Before parameters, like this: Get-EventLog -LogName "Teams Event Log" -After (Get-Date).AddDays(-7) -Before (Get-Date)
To view a specific event log entry, you can use the Format-List cmdlet to display all the properties of the event log entry, like this: Get-EventLog -LogName "Teams Event Log" | Format-List *
To export the event logs to a CSV file, you can use the Export-Csv cmdlet, like this: Get-EventLog -LogName "Teams Event Log" | Export-Csv -Path "C:\Temp\TeamsEventLogs.csv"
You want to check for any errors or warning messages that may indicate a problem with the Teams service or any related components. Some specific things you may want to look for include:
- Error messages indicating problems with the Teams service or related components, such as connectivity issues or issues with specific features.
- Warning messages indicating potential issues that may require attention, such as low disk space or network connectivity problems.
- Information messages that may provide context or additional details about the issue you are experiencing, such as details about the configuration or settings of the Teams service or related components.
A good reference: Search the audit log for events in Microsoft Teams - Microsoft Teams | Microsoft LearnAhme:D
- HaydenSleeJan 03, 2023Copper ContributorHi Ahmed,
I am not an expert however we have the below under "Voice Routes"
Priority: 1
Voice Route: XXXXXX (provided by vendor)
PSTN usage XXXXXX (same as voice route, provided by vendor)
SBc Enrolled xxxx.xxxxx.com (provided by vendor)
No errors anywhere we can see as the SBC is hosted by our vendor. We logged a ticket with said vendor and no other customers are having this issue and our environment is online and no error reporting from their end.
The vendor also has our numbers (100 number ranges) and they have confirmed the numbers are all still active.
This is happening to Windows 10 and 11 laptops as well as Audio Codes 430HD phones. (Issue is Teams number not being assigned to the employee so end user devices are not the cause)
This has all been working fine since our migration from Skype for Business in October until this week. No changes were made over the last week from the vendors side or our side. Looks like a Teams issue as this is affecting multiple users (now 100 +) within our Teams environment and have confirmed no changes or errors. Some users are still working fine with their numbers assigned, very random issue. Is there a Teams log file we can export?