Forum Discussion
Ashka123
Nov 06, 2020Brass Contributor
Teams Direct routing
Hi All, We have hybrid environment. We are migrating user from sfb on prem to teams. I follow the below steps to move user and enable for teams ev through direct routing https://docs.microsof...
jangliss
Nov 07, 2020Iron Contributor
When you run Get-CsOnlineUser, do you show the phone number assigned under LineURI? If not, that would be why.
Get-CsOnlineUser -Identity user@domain.tld | Select LineUri,OnPremLineURI
Set-CsOnlineUser -Identity user@domain.tld -OnPremLineUri 'tel:PhoneNumber`
Make sure the phone number is in a properly formatted E.164 format.