About This Guide
Microsoft Teams Phone external calling issues can impact communication and business productivity. This troubleshooting guide helps IT administrators and Teams engineers resolve outbound PSTN calling problems quickly and efficiently.
In this article, you will learn how to identify and fix Microsoft Teams external call failures caused by licensing issues, voice routing problems, Direct Routing configuration, SBC connectivity errors, dial plan mismatches, and calling policy restrictions.
Whether you are using Microsoft Calling Plans, Operator Connect, or Direct Routing, this guide covers step-by-step troubleshooting methods, PowerShell commands, and best practices to restore Microsoft Teams Phone external calling functionality.
Trending Search Keywords
How to Fix Microsoft Teams Phone Unable to Connect External Calls
Microsoft Teams Phone is widely used for business communication, allowing users to make internal and external PSTN calls. However, many organizations face issues where users are unable to connect external calls in Microsoft Teams. This issue can impact productivity and business communication if not resolved quickly.
In this guide, we explain the common causes of Microsoft Teams external calling problems and provide step-by-step troubleshooting methods to resolve them.
Common Symptoms
- Unable to make outbound external calls
- Teams calls disconnect immediately
- External numbers fail to connect
- Internal Teams calls work normally
-
Error messages such as:
- “We couldn’t complete the call”
- “Call ended unexpectedly”
- “Dialing not allowed”
Main Causes of Teams External Calling Issues
1. Missing Microsoft Teams Phone License
External calling requires a valid Teams Phone or Calling Plan license. Without proper licensing, PSTN calling will fail.
2. Incorrect Voice Routing Configuration
In Direct Routing environments, misconfigured voice routes or SBC settings can block external calls.
3. Dial Plan Problems
Incorrect normalization rules or unsupported dialing formats can prevent calls from routing correctly.
4. Calling Policy Restrictions
The assigned Teams calling policy may block outbound PSTN calling.
5. SBC or Operator Connect Issues
Session Border Controller (SBC) connectivity issues can interrupt call routing.
6. Firewall or Network Blocking
Network restrictions may block Microsoft Teams voice traffic.
Step-by-Step Troubleshooting Guide
Verify User License
Check whether the affected user has:
- Microsoft Teams Phone license
- Microsoft Calling Plan license (if required)
Get-MgUserLicenseDetail -UserId user@domain.com
Check Teams Calling Policy
Verify outbound calling permissions.
Get-CsOnlineUser -Identity user@domain.com | Select TeamsCallingPolicy
Review the policy configuration:
Get-CsTeamsCallingPolicy -Identity Global
Validate Voice Routing
For Direct Routing deployments, verify PSTN routes.
Check PSTN Usage
Get-CsOnlinePstnUsage
Check Voice Routes
Get-CsOnlineVoiceRoute
Check Voice Routing Policy
Get-CsOnlineVoiceRoutingPolicy
Ensure Correct Number Format
Microsoft Teams recommends E.164 number formatting.
+14155550100
Incorrect formats can cause routing failures.
Check SBC Connectivity
Verify SBC health status.
Get-CsOnlinePSTNGateway
Expected status:
Enabled : True
HealthStatus : Healthy
Use Teams Call Analytics
Open Microsoft Teams Admin Center and review Call Analytics for:
- SIP errors
- PSTN failures
- Gateway rejection
- Network latency
This helps identify the exact cause of failed external calls.
Best Practices to Prevent Teams Calling Issues
- Always assign proper Teams Phone licenses
- Use E.164 dialing format
- Regularly monitor SBC health
- Keep voice routes updated
- Review calling policies periodically
- Allow Microsoft Teams traffic through firewalls
Issue Resolution Table
| Issue | Resolution |
|---|---|
| Missing license | Assign Teams Phone license |
| Incorrect dial plan | Update normalization rules |
| Voice route mismatch | Correct PSTN route |
| Calling policy restriction | Enable outbound PSTN calls |
| SBC offline | Restart or reconnect SBC |
| Number format issue | Use E.164 dialing format |
Conclusion
Microsoft Teams Phone external call issues are commonly caused by licensing problems, voice routing configuration, dial plan mismatches, or SBC connectivity issues. By following the troubleshooting steps in this guide, administrators can quickly identify and resolve outbound calling failures in Microsoft Teams.
Proper monitoring, policy management, and network configuration help ensure reliable PSTN calling performance in Microsoft Teams environments.

