Kirjaudu sisään Microsoft-tilillä
Kirjaudu sisään tai luo tili.
Hei,
Käytä toista tiliä.
Sinulla on useita tilejä
Valitse tili, jolla haluat kirjautua sisään.
englanti
Olemme pahoillamme. Tämä artikkeli ei ole saatavilla tällä kielellä.

Symptoms

In a Virtual Desktop Infrastructure (VDI) environment, when you use a Skype for Business 2016 client in a virtual machine, the client will use the subnet of the virtual machine to register. If this client is in a Location Based Routing (LBR) enabled environment, you may be unable to receive a PSTN call because the server that hosts the client thinks the location of this client isn't valid for PSTN calls. In addition, the call will go to your voice mail.

Resolution

To fix this issue, install the March 5, 2019, update (KB4462190) for Skype for Business 2016.

Note Before you apply this update, make sure that you create a GPO to add a new DWORD registry key IsLBRInVDIEnabled and set the value to 1 in any one of these registry paths:

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Lync

or

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\16.0\Lync

Alternatively, you can enable this by creating a custom policy entry and add it to the client policy:

$x = New-CsClientPolicyEntry -Name "IsLBRInVDIEnabled" -Value "true"

Set-CsClientPolicy -Identity "<ClientPolicyName>" -PolicyEntry @{Add=$x}


Tarvitsetko lisäohjeita?

Haluatko lisää vaihtoehtoja?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Oliko näistä tiedoista hyötyä?

Mikä vaikutti kokemukseesi?
Kun valitset Lähetä, palautettasi käytetään Microsoftin tuotteiden ja palveluiden parantamiseen. IT-järjestelmänvalvojasi voi kerätä nämä tiedot. Tietosuojatiedot.

Kiitos palautteesta!

×