microsoft teams phone · published

Teams location-based routing

Verified 2026-09-25 · 60 sources · tier 2–4

Also known as LBR, Location-Based Routing.

Location-Based Routing (LBR) lets an administrator restrict toll bypass for a Microsoft Teams user based on policy and the user's geographic location at the time of an inbound or outbound PSTN call 40. Microsoft's LBR planning documentation for Direct Routing applies strictly to Direct Routing and explicitly excludes Calling Plan, Teams Phone Mobile, Operator Connect, and Operator Connect in India 9. WarmTransfer's reading of the sources is that "Location-Based Routing" in Teams actually designates 2 differently configured mechanisms: Direct Routing LBR, which is enabled on users, sites, and gateways, and Operator Connect for India LBR, which ties wireline numbers to network sites 56.

Direct Routing LBR

Microsoft advises against using LBR to dynamically route PSTN calls based on user location, warning that this practice may yield unintended results 20.

Required Objects and Network Topology

For Direct Routing, LBR has to be applied to users, network sites and PSTN gateways 53. The PSTN gateway and its associated network site must both be enabled for LBR 53. Enabling LBR assumes that Direct Routing is already deployed and that network regions, sites, and subnets are configured 10.

Network configuration rules require the following:

  • LBR determines user location at call time via the IP subnet to which the Teams endpoint is connected 17.
  • Teams looks up the endpoint's external IP against the tenant's trusted IP list first; only when it matches does Teams evaluate the internal subnet, otherwise treating the endpoint as an unknown location 55.
  • Network lookups fail when using cloud proxy services that alter Teams client source IP addresses 5.
  • Subnet evaluation checks IPv6 subnets first and falls back to IPv4 only when no IPv6 address exists 15.
  • Each subnet maps to exactly 1 network site, though a single site may host multiple subnets 50.
  • Microsoft recommends configuring a separate network site for each physical location with unique PSTN connectivity 48.
  • Some changes to network settings can take up to 4 hours to propagate to clients 35.

The LBR documentation treats a network site as Enabled (configured and LBR-enabled), Not enabled (configured but not LBR-enabled) or Unknown (not configured as a tenant network site, whether internal or external to the corporate network) 49.

Configuration

Enabling LBR can be performed across network sites, gateways, and calling policies using the Teams admin center or PowerShell 52​51​3​37​36:

Object Teams Admin Center Path PowerShell Command
Network Site Locations > Network topology > edit site > toggle "Location based routing" 52 Set-CsTenantNetworkSite -Identity <site ID> -EnableLocationBasedRouting $true 37
PSTN Gateway Voice > Direct Routing > SBCs > edit SBC > toggle "Enable location based routing" 51 Set-CsOnlinePSTNGateway -Identity <gateway> -GatewaySiteLbrEnabled $true -GatewaySiteID <site ID> 36
User Calling Policy Toggle "Prevent toll bypass and send calls through the PSTN" 3 Set-CsTeamsCallingPolicy -Identity <policy> -PreventTollBypass $true 3

In PowerShell, New-CsTenantNetworkSubnet -SubnetID -MaskBits -NetworkSiteID links subnets to sites, while New-CsTenantTrustedIPAddress -IPAddress -MaskBits defines external trusted subnets, of which a tenant can create an unlimited number 38.

Setting GatewaySiteLbrEnabled to $true on Set-CsOnlinePSTNGateway is mandatory for LBR; it causes the SBC to report its site, which Teams compares against the calling user's site 11. For non-PSTN gateways (such as PBX connections), Microsoft instructs administrators not to enable LBR on the gateway, but still to associate the gateway with its network site so restrictions reach endpoints behind it 34.

The PreventTollBypass parameter must only be set to $true for Direct Routing users; setting it to $true for Calling Plan or Operator Connect users prevents successful call routing 39.

Routing Behavior and Policies

Unlike legacy on-premises LBR, Teams LBR does not use network site voice routing policies; instead, it uses the user's online voice routing policy, which must include gateways for any sites the user roams to 42.

  • Roaming Outbound Calls: When an LBR-enabled user roams to another LBR-enabled site, outbound calls route via that roamed site's LBR-enabled gateway according to their voice routing policy 45. At a remote site relative to an LBR gateway, calls through that gateway are blocked 41.
  • Roaming Inbound Calls: Inbound PSTN calls to an LBR user's DID do not route to endpoints when the user is away from the DID's assigned site, regardless of whether the visited site has LBR enabled 44.
  • Unknown Locations and Overrides: An LBR-enabled user at an unknown site cannot make or receive PSTN calls unless the gateway has GatewayLbrEnabledUserOverride set to $true 33. This parameter defaults to $false 32.
  • Non-LBR Sites and Users: An LBR-enabled user at a known non-LBR site can make outbound calls through non-LBR gateways permitted by their voice routing policy 16​48. Users not enabled for LBR must route exclusively through non-LBR gateways; inbound calls to non-LBR users arriving on an LBR gateway route to unanswered call settings 19.
  • Call Blocks: Blocked outbound calls display "Call not allowed due to your organization's settings" in the client 31. Blocked inbound calls route to unanswered forwarding settings (such as voicemail) or disconnect if none exist 12.

Transfers, Conferencing, and Features

  • Transfers and Forwards: Transferring a 1:1 Teams VoIP call to the PSTN requires that the transferred user be able to place that call from their own location through that same gateway 54. Transferring an inbound PSTN call to another Teams user is permitted only if the recipient is LBR-enabled and located at the same network site 47. Transferring an inbound PSTN call to an external PSTN number requires the outbound call to leave through the same LBR gateway that took the inbound call 43.
  • Simultaneous Ringing: Simultaneous ringing enforces the same rules as transfers and forwards 46.
  • Voice Applications: Microsoft's voice applications guidance says inbound PSTN calls from an LBR gateway can reach auto attendants but not call queues, while its LBR overview says LBR restrictions are not enforced for call queues; the two pages disagree 2​21.
  • Conferencing and Recording: An LBR-enabled user on a PSTN call without an Audio Conferencing license cannot escalate the call to a conference 8. Call merging, call recording, and compliance recording are unsupported for LBR PSTN calls 18.
  • Unsupported Scenarios: LBR does not enforce restrictions for Call Park retrieval, call queues, or calls from on-premises Skype for Business users 21.
  • Clients: Direct Routing LBR supports Windows and Mac desktop clients, iOS and Android mobile clients, and Teams IP phones 4. The Teams web client, Skype for Business clients, and phones connected via SIP Gateway are unsupported 4.

Operator Connect for India

Microsoft's documentation says Indian telecommunications regulations make bypassing the PSTN illegal and require providers to block PSTN calls from customers roaming outside their PSTN location 26.

Unlike Direct Routing LBR, Operator Connect for India does not require enabling LBR on users, gateways, or sites 23. Instead, administrators associate fixed-line wireline numbers to network sites using PowerShell 23​60: Set-CsPhoneNumberAssignment -PhoneNumber <number> -NetworkSiteId <site> 24.

Wireline number requirements for Operator Connect for India include:

  • Fixed-line users can make and receive calls only when connected to the office site associated with the number; calls at remote, other known, or unknown sites are blocked 25.
  • Transfers, forwards, call delegation, and conferencing require all participating users to share the same operator and be at the same network site linked to the number 27.
  • For calls via auto attendants or call queues, the recipient must be at the site tied to the application's phone number 22.
  • Wireless numbers can roam within India using operating system location or static desk device emergency addresses, and do not use network site LBR 60.
  • Other Service Provider (OSP) deployments, typically for call centers, require Department of Telecommunications entitlements to route calls outside India over private networks; Microsoft support for OSP calls with international numbers remains pending 29.

Deploying Direct Routing LBR in India requires configuring media bypass 13. In India, Direct Voice over IP and Audio Conferencing on-network conferencing must not be deployed with any telephony equipment 14.

Diagnosing Routing Failures

LBR issues generate specific response codes:

  • Code 510546: Microsoft response code 510546 with SIP 403 ('Get Outbound Direct Routing - no trunk config found by LBR selection criteria') is expected when LBR restricts toll bypass at the user's location; otherwise it indicates an LBR misconfiguration 7. For code 510546, Microsoft's article says to check the Teams calling policy with Get-CsTeamsCallingPolicy if you don't use Direct Routing, and to set PreventTollBypass to False with Set-CsTeamsCallingPolicy if it is True 1.
  • Code 10500: Microsoft response code 10500 with SIP 403 ('Current call site state prevents fork to this entity') is resolved by verifying that Location-Based Routing is set up correctly 6.

See Also

Applicability

Applies to: Microsoft Teams Phone Direct Routing, Microsoft Teams Phone, Microsoft Teams admin center, MicrosoftTeams PowerShell module, and Microsoft Teams Phone Operator Connect for India. Deployments: multi-tenant. Sources checked 2026-09-25. Location-Based Routing requirements specific to India apply to Direct Routing deployments and Operator Connect fixed-line numbers in that region 13​14​23​26.

What remains uncertain

Whether Microsoft plans to extend Direct Routing LBR support to web clients or SIP Gateway devices is not covered by the sources below. The timeline for Microsoft support for Indian OSP calls with international numbers is not covered by the sources below.

See also

Related to

Referenced by

Sources

  1. 1
    For code 510546, Microsoft's article says to check the Teams calling policy with Get-CsTeamsCallingPolicy if you don't use Direct Routing, and to set PreventTollBypass to False with Set-CsTeamsCallingPolicy if it is True.
    SIP 403 and Microsoft response codes - Microsoft Teams · Section '510546 403 ...', second bullet · Checked 2026-09-25
  2. 2
    For Direct Routing LBR, inbound PSTN calls from an LBR-enabled gateway can connect to an auto attendant, but calls to a call queue are not supported.
    Plan Location-Based Routing for Direct Routing · Inbound calls through Auto attendants, first paragraph · Checked 2026-09-25
  3. 3
    LBR is enforced for specific users by turning on 'Prevent toll bypass and send calls through the PSTN' in the calling policy assigned to them (the PreventTollBypass setting of the Teams calling policy).
    Enable Location-Based Routing for Direct Routing · Using the Microsoft Teams admin center > Enable Location-Based Routing for calling policies · Checked 2026-09-25
  4. 4
    Direct Routing LBR supports Teams desktop clients (Windows and Mac), Teams mobile clients (iOS and Android) and Teams IP phones; the Teams web client, Skype for Business clients and IP phones connected through SIP Gateway are not supported.
    Plan Location-Based Routing for Direct Routing · Other planning considerations > Client support for Location-Based Routing · Checked 2026-09-25
  5. 5
    Network configuration lookups, which LBR depends on, are not supported with cloud proxy service deployments that modify the source IP addresses of Teams clients.
    Network settings for cloud voice features · Trusted IP address, Important box · Checked 2026-09-25
  6. 6
    Microsoft response code 10500 with SIP 403 ('Current call site state prevents fork to this entity') is resolved by verifying that Location-Based Routing is set up correctly.
    SIP 403 and Microsoft response codes - Microsoft Teams · Section '10500 403 Current call site state prevents fork to this entity' · Checked 2026-09-25
  7. 7
    Microsoft response code 510546 with SIP 403 ('Get Outbound Direct Routing - no trunk config found by LBR selection criteria') is expected when LBR restricts toll bypass at the user's location; otherwise it indicates an LBR misconfiguration.
    SIP 403 and Microsoft response codes - Microsoft Teams · Section '510546 403 Get Outbound Direct Routing - no trunk config found by LBR selection criteria', first bullet · Checked 2026-09-25
  8. 8
    An LBR-enabled user on a PSTN call who has no Audio Conferencing license cannot start a conference with another user or PSTN number, though connecting to auto attendants is allowed.
    Plan Location-Based Routing for Direct Routing · Location-Based Routing for conferencing, first paragraph · Checked 2026-09-25
  9. 9
    Microsoft's Location-Based Routing planning article applies only to Direct Routing; it states that this form of LBR does not apply to Calling Plan, Teams Phone Mobile, Operator Connect, or Operator Connect in India.
    Plan Location-Based Routing for Direct Routing · Introductory paragraphs before the Note · Checked 2026-09-25
  10. 10
    Microsoft's enable article assumes Direct Routing is already deployed and network regions, sites and subnets are already configured before LBR is enabled.
    Enable Location-Based Routing for Direct Routing · Introductory paragraphs · Checked 2026-09-25
  11. 11
    GatewaySiteLbrEnabled (Boolean, default False) makes the SBC report its assigned site; on an incoming call the SBC's site is compared with the user's site to make the routing decision, and the parameter is mandatory for enabling LBR.
    Set-CsOnlinePSTNGateway (MicrosoftTeams) · Parameters > -GatewaySiteLbrEnabled · Checked 2026-09-25
  12. 12
    When LBR blocks an inbound PSTN call, the call follows the called user's unanswered call forwarding settings (typically voicemail), and it disconnects if no unanswered settings are configured.
    Plan Location-Based Routing for Direct Routing · Overview > Toll bypass evaluation and outcome, notification list · Checked 2026-09-25
  13. 13
    Microsoft states that deploying Location-Based Routing for Direct Routing in India also requires configuring media bypass.
    Plan Location-Based Routing for Direct Routing · Media bypass requirement for Location-Based Routing · Checked 2026-09-25
  14. 14
    Microsoft states that Direct Voice over IP must not be deployed with any telephony equipment in India, and that on-network conferencing for Audio Conferencing must not be deployed with any telephony equipment in India.
    Plan Location-Based Routing for Direct Routing · Direct Voice over IP (VoIP); Location-Based Routing for conferencing, penultimate paragraph · Checked 2026-09-25
  15. 15
    LBR supports both IPv4 and IPv6 subnets and checks for an IPv6 match first, falling back to IPv4 only if no IPv6 address is present.
    Configure network settings - Location-Based Routing · Define network subnets, third paragraph · Checked 2026-09-25
  16. 16
    An LBR-enabled user whose endpoint is at a known site not enabled for LBR can make outbound PSTN calls through a gateway not enabled for LBR, if the user's online voice routing policy allows the call.
    Plan Location-Based Routing for Direct Routing · User is enabled for Location-Based Routing, list after the Outbound PSTN calls table · Checked 2026-09-25
  17. 17
    At the time of a PSTN call, LBR determines a user's location from the IP subnet the user's Teams endpoint is connected to.
    Plan Location-Based Routing for Direct Routing · Overview, paragraph after the network topology diagram · Checked 2026-09-25
  18. 18
    An LBR-enabled user on a PSTN call cannot merge it with another call, and recording or compliance recording of that PSTN call is not supported.
    Plan Location-Based Routing for Direct Routing · Location-Based Routing for conferencing, last paragraph · Checked 2026-09-25
  19. 19
    All calls to and from a user not enabled for LBR must route through PSTN gateways not enabled for LBR; an inbound call to such a user that arrives on an LBR-enabled gateway goes to the user's unanswered call settings.
    Plan Location-Based Routing for Direct Routing · User is not enabled for Location-Based Routing · Checked 2026-09-25
  20. 20
    Microsoft advises against using Location-Based Routing to dynamically route PSTN calls based on user location, warning that doing so may cause unintended results.
    Plan Location-Based Routing for Direct Routing · Note under the introduction · Checked 2026-09-25
  21. 21
    LBR is not enforced for call park or retrieval of PSTN calls through Call Park, for an on-premises Skype for Business user calling a Teams user, or for call queues.
    Plan Location-Based Routing for Direct Routing · Other planning considerations > Capabilities not supported by Location-Based Routing · Checked 2026-09-25
  22. 22
    For Operator Connect for India, the location rules also apply to PSTN calls reaching a user through an auto attendant or call queue; the user must be at the site the auto attendant or call queue number is associated with.
    Plan Location-Based Routing for Operator Connect for India · Toll bypass evaluation and outcome, list after the table · Checked 2026-09-25
  23. 23
    Unlike Direct Routing, LBR for Operator Connect for India does not require enabling users, PSTN gateways or network sites for LBR; instead, India fixed-line numbers are associated with the network site they belong to.
    Plan Location-Based Routing for Operator Connect for India · Configure Location-Based Routing for fixed-line number calls, Note · Checked 2026-09-25
  24. 24
    Operator Connect for India fixed-line numbers are associated with network sites using Set-CsPhoneNumberAssignment -PhoneNumber <number> -NetworkSiteId <site>.
    Plan Location-Based Routing for Operator Connect for India · Associate phone numbers to network sites · Checked 2026-09-25
  25. 25
    For an Operator Connect for India fixed-line user, inbound and outbound PSTN calls are allowed only at the office location (the site associated with the number); at a remote site, another known site or an unknown site they are not allowed.
    Plan Location-Based Routing for Operator Connect for India · Toll bypass evaluation and outcome, Outbound and inbound PSTN calls table · Checked 2026-09-25
  26. 26
    Microsoft's Operator Connect for India LBR article says that bypassing the PSTN provider is illegal in India and that Indian telecom service providers must block PSTN calls made or received by customers roaming outside their PSTN location.
    Plan Location-Based Routing for Operator Connect for India · Introductory paragraph · Checked 2026-09-25
  27. 27
    Transfers, forwards, delegation and conferencing of an Operator Connect for India PSTN call are allowed only to other Operator Connect for India users with the same operator, and only if everyone involved is at the same network site as the Operator Connect user's number.
    Plan Location-Based Routing for Operator Connect for India · Call transfers, delegation, and conferencing, introductory paragraph and Note · Checked 2026-09-25
  28. 28
    According to Khaitan & Co, India's Department of Telecommunications issued revised OSP guidelines on 23 June 2021, replacing the November 2020 guidelines, and allowed voice-call interconnection between OSP centres, including centres belonging to different entities.
    DoT's Re-vision to the OSP Framework · Article body, opening and interconnection discussion · Checked 2026-09-25
  29. 29
    Microsoft describes Other Service Provider (OSP) deployments in India as a regulated category, usually for call centres, that may let calls leave India over a private network, requires an entitlement from India's Department of Telecommunications, and says Microsoft support for OSP calls with international numbers is pending.
    Plan for Operator Connect for India - Microsoft Teams · Other Service Provider (OSP) deployments · Checked 2026-09-25
  30. 30
    Khaitan & Co reports that the 2021 OSP guidelines define toll bypass as carrying PSTN calls, either between India and another country or between two Indian cities, over the OSP's own network.
    DoT's Re-vision to the OSP Framework · Article body, toll bypass discussion · Checked 2026-09-25
  31. 31
    When LBR blocks an outbound PSTN call, the Teams call window shows the message 'Call not allowed due to your organization's settings.'
    Plan Location-Based Routing for Direct Routing · Overview > Toll bypass evaluation and outcome, notification list · Checked 2026-09-25
  32. 32
    The Set-CsOnlinePSTNGateway parameter GatewayLbrEnabledUserOverride is a Boolean with default False; it lets an LBR-enabled user outside the corporate network, or at an on-network location not configured as a tenant network site, make and receive PSTN calls through an LBR-enabled gateway.
    Set-CsOnlinePSTNGateway (MicrosoftTeams) · Parameters > -GatewayLbrEnabledUserOverride · Checked 2026-09-25
  33. 33
    An LBR-enabled user at an unknown site can place and receive PSTN calls only if the call uses an LBR-enabled PSTN gateway configured with GatewayLbrEnabledUserOverride set to True.
    Plan Location-Based Routing for Direct Routing · Apply Location-Based Routing, best practices list, third bullet; outbound and inbound tables, User at unknown site row · Checked 2026-09-25
  34. 34
    Microsoft says not to enable LBR on gateways that don't route calls to the PSTN (such as gateways to PBX systems), but those gateways must still be associated with the network site where the system is located so restrictions apply to PSTN calls reaching endpoints behind them.
    Enable Location-Based Routing for Direct Routing · Using PowerShell > Enable Location-Based Routing for gateways, paragraph after step 2 examples · Checked 2026-09-25
  35. 35
    Some changes to Teams network settings can take up to four hours to propagate and become available to Teams clients.
    Network settings for cloud voice features · Introductory paragraphs, before the first Note · Checked 2026-09-25
  36. 36
    In PowerShell, LBR is enabled on a gateway with Set-CsOnlinePSTNGateway -Identity <gateway> -GatewaySiteLbrEnabled $true -GatewaySiteID <site ID>, which also associates the gateway with its network site.
    Enable Location-Based Routing for Direct Routing · Using PowerShell > Enable Location-Based Routing for gateways, step 2 · Checked 2026-09-25
  37. 37
    In PowerShell, LBR is enabled on a network site with Set-CsTenantNetworkSite -Identity <site ID> -EnableLocationBasedRouting $true.
    Enable Location-Based Routing for Direct Routing · Using PowerShell > Enable Location-Based Routing for network sites, step 1 · Checked 2026-09-25
  38. 38
    Subnets are mapped to sites with New-CsTenantNetworkSubnet -SubnetID -MaskBits -NetworkSiteID, and external trusted IPs are defined with New-CsTenantTrustedIPAddress -IPAddress -MaskBits; a tenant can define an unlimited number of trusted external subnets.
    Manage your network topology for cloud voice features in Microsoft Teams · Configure network settings using PowerShell > Define network subnets; Define external subnets (external trusted IP addresses) · Checked 2026-09-25
  39. 39
    The PreventTollBypass reference says not to set the parameter to True for Calling Plan or Operator Connect users because it will prevent successful call routing; it only works with Direct Routing configured for LBR restrictions.
    Set-CsTeamsCallingPolicy (MicrosoftTeams) · Parameters > -PreventTollBypass, Note · Checked 2026-09-25
  40. 40
    Location-Based Routing lets an administrator restrict toll bypass for a Teams user based on policy and the user's geographic location at the time of an inbound or outbound PSTN call.
    Plan Location-Based Routing for Direct Routing · Overview, first paragraph · Checked 2026-09-25
  41. 41
    For an LBR-enabled user at an LBR-enabled site other than the site of the LBR-enabled gateway the call would use (the 'remote location' case), both outbound and inbound PSTN calls through that gateway are not allowed.
    Plan Location-Based Routing for Direct Routing · User is enabled for Location-Based Routing, Outbound PSTN calls and Inbound PSTN calls tables, Remote location row · Checked 2026-09-25
  42. 42
    In Teams LBR the network site voice routing policy from on-premises LBR is no longer used; the user's voice routing policy is used instead, so it must include the gateways of the sites the user roams to.
    Plan Location-Based Routing for Direct Routing · Other planning considerations > Changes from an on-premises Location-Based Routing deployment · Checked 2026-09-25
  43. 43
    When an LBR-enabled user transfers or forwards an inbound PSTN call to another PSTN number, the outbound leg must leave through the same LBR-enabled gateway the inbound call arrived on.
    Scenarios for Location-Based Routing for Direct Routing · Teams user transfers or forwards call to PSTN endpoint > User enabled for Location-Based Routing, first bullet · Checked 2026-09-25
  44. 44
    Inbound PSTN calls to an LBR-enabled user's DID are not routed to that user's endpoints while they are at a different site from where the DID is assigned, whether or not that site is enabled for LBR.
    Scenarios for Location-Based Routing for Direct Routing · Teams user receives an inbound call from the PSTN > User enabled for Location-Based Routing, table rows Site 2 and Site 3 · Checked 2026-09-25
  45. 45
    An LBR-enabled user roaming to another LBR-enabled site has outbound calls routed through that roamed site's LBR-enabled gateway, based on the user's voice routing policy.
    Scenarios for Location-Based Routing for Direct Routing · Teams user places an outbound call to the PSTN > User enabled for Location-Based Routing, table row Site 2 · Checked 2026-09-25
  46. 46
    Simultaneous ringing for an LBR-enabled user follows the same LBR rules as call transfers and forwards.
    Scenarios for Location-Based Routing for Direct Routing · Simultaneous ringing, introductory paragraph · Checked 2026-09-25
  47. 47
    Transferring or forwarding an inbound PSTN call from an LBR-enabled gateway to another Teams user is allowed only if the target user is LBR-enabled and at the same network site; any other target location is not allowed.
    Scenarios for Location-Based Routing for Direct Routing · Teams user transfers or forwards call to another Teams user > User enabled for Location-Based Routing, paragraph and table · Checked 2026-09-25
  48. 48
    For Direct Routing, Microsoft's best practice for LBR is a separate network site for each location with unique PSTN connectivity, and a site not enabled for LBR can be created so LBR-enabled users can make PSTN calls when they roam there.
    Configure network settings - Location-Based Routing · Define network sites, 'For Direct Routing' bullet · Checked 2026-09-25
  49. 49
    The LBR documentation treats a network site as Enabled (configured and LBR-enabled), Not enabled (configured but not LBR-enabled) or Unknown (not configured as a tenant network site, whether internal or external to the corporate network).
    Plan Location-Based Routing for Direct Routing · Apply Location-Based Routing, network site states list · Checked 2026-09-25
  50. 50
    Each network subnet must be associated with one specific network site; a site can have multiple subnets, but a subnet cannot belong to multiple sites.
    Configure network settings - Location-Based Routing · Define network subnets, first paragraph · Checked 2026-09-25
  51. 51
    In the Teams admin center, LBR is turned on for a gateway under Voice > Direct Routing > SBCs by editing the SBC, turning on 'Enable location based routing' under 'Location based routing and media optimization', and specifying the gateway site ID and bypass mode.
    Enable Location-Based Routing for Direct Routing · Using the Microsoft Teams admin center > Enable Location-Based Routing for gateways, steps 1-5 · Checked 2026-09-25
  52. 52
    In the Teams admin center, LBR is turned on for a network site under Locations > Network topology by editing the site and turning on 'Location based routing'.
    Enable Location-Based Routing for Direct Routing · Using the Microsoft Teams admin center > Enable Location-Based Routing for network sites · Checked 2026-09-25
  53. 53
    For Direct Routing, LBR has to be applied to users, network sites and PSTN gateways; the PSTN gateway and the network site associated with it must both be enabled for LBR.
    Plan Location-Based Routing for Direct Routing · Apply Location-Based Routing, list and best practices · Checked 2026-09-25
  54. 54
    When an LBR-enabled user transfers a 1:1 Teams VoIP call to the PSTN, the transfer is permitted only if the transferred party could make that PSTN call from their own location through the same PSTN gateway as the transferring user.
    Plan Location-Based Routing for Direct Routing · Conditions for call transfers with Location-Based Routing, first bullet · Checked 2026-09-25
  55. 55
    LBR first matches the endpoint's external IP against the tenant's trusted IP list; only if it matches does it look up the internal subnet, and otherwise the endpoint is classified as being at an unknown location.
    Configure network settings - Location-Based Routing · Define trusted IP addresses (external subnets) · Checked 2026-09-25
  56. 56
    'Location-Based Routing' in Teams refers to two differently configured mechanisms: Direct Routing LBR, enabled on users, sites and gateways, and Operator Connect for India LBR, which ties wireline numbers to network sites. Answers should say which one they mean.inferred
    Plan Location-Based Routing for Operator Connect for India · Introductory section and Note under Configure Location-Based Routing for fixed-line number calls; compare ms-learn-lbr-plan introduction · Checked 2026-09-25
  57. 57
    The LBR network settings article says that for Direct Routing, any PSTN call to or from an LBR-enabled user whose external IP matches no trusted IP (an unknown location) is blocked, without mentioning the GatewayLbrEnabledUserOverride exception documented in the planning article and cmdlet reference.disputed
    Configure network settings - Location-Based Routing · Define trusted IP addresses (external subnets), 'For Direct Routing users' bullet · Checked 2026-09-25
  58. 58
    Microsoft states that for users with India wireline numbers and LBR enabled, if Windows falls back to a manually configured default location, Teams strips the coordinates and disables PSTN calling until an automatically detected location is available.
    Plan for Operator Connect for India - Microsoft Teams · Wireless numbers > Location sharing for Teams clients, Important box 'Location detection requirements for Location-Based Routing (wireline numbers)' · Checked 2026-09-25
  59. 59
    Read together, the Operator Connect for India planning page implies that a wireline LBR user on Windows may need both a network-site match and an automatically detected OS location to place PSTN calls.inferred
    Plan for Operator Connect for India - Microsoft Teams · Wireline numbers, Important box; Wireless numbers > Location sharing for Teams clients, Important box · Checked 2026-09-25
  60. 60
    For Operator Connect for India, LBR is required for wireline numbers only; wireless numbers can roam within India using the client's operating system location or, on supported desk devices, the static emergency address instead of network sites.
    Plan for Operator Connect for India - Microsoft Teams · Choose a wireline or wireless number > Wireline numbers; Wireless numbers · Checked 2026-09-25

Documents

tier 2 current vendor documentation

Configure network settings - Location-Based Routing

Microsoft · 2026-09-18 · accessed 2026-09-25

tier 2 current vendor documentation

Enable Location-Based Routing for Direct Routing

Microsoft · 2026-09-10 · accessed 2026-09-25

tier 2 current vendor documentation

Manage your network topology for cloud voice features in Microsoft Teams

Microsoft · 2026-03-24 · accessed 2026-09-24

tier 2 current vendor documentation

Network settings for cloud voice features

Microsoft · 2026-03-24 · accessed 2026-09-24

tier 2 current vendor documentation

Plan for Operator Connect for India - Microsoft Teams

Microsoft · 2026-08-07 · accessed 2026-09-23

tier 2 current vendor documentation

Plan Location-Based Routing for Direct Routing

Microsoft · 2026-09-10 · accessed 2026-09-25

tier 2 current vendor documentation

Plan Location-Based Routing for Operator Connect for India

Microsoft · 2026-03-25 · accessed 2026-09-25

tier 2 current vendor documentation

Scenarios for Location-Based Routing for Direct Routing

Microsoft · 2025-05-06 · accessed 2026-09-25

tier 2 current vendor documentation

Set-CsOnlinePSTNGateway (MicrosoftTeams)

Microsoft · 2026-04-27 · accessed 2026-09-25

tier 2 current vendor documentation

Set-CsTeamsCallingPolicy (MicrosoftTeams)

Microsoft · 2026-09-04 · accessed 2026-09-25

tier 2 current vendor documentation

SIP 403 and Microsoft response codes - Microsoft Teams

Microsoft · 2024-11-22 · accessed 2026-09-25

tier 4 archived vendor documentation

DoT's Re-vision to the OSP Framework

Khaitan & Co · 2021-06-25 · accessed 2026-09-25

Cite this page

APA

WarmTransfer. (2026, September 25). Teams location-based routing. WarmTransfer. https://warmtransfer.net/knowledge/teams-location-based-routing

BibTeX

@misc{warmtransfer-teams-location-based-routing,
  title  = {Teams location-based routing},
  author = {{WarmTransfer}},
  year   = {2026},
  url    = {https://warmtransfer.net/knowledge/teams-location-based-routing},
  note   = {Verified 2026-09-25}
}