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.microsoft.com/en-us/microsoftteams/direct-routing-enable-users
After assigning number in sfb online and upgrade policy to teams. I am able to make outbound call.
Issue is when making calls it shows unknown number as caller id and when external user dial my number it says number not assigned. In sbc it shows the unassigned number but when run get-csonline user -identity it shows ev enable. Please advice
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.microsoft.com/en-us/microsoftteams/direct-routing-enable-users
After assigning number in sfb online and upgrade policy to teams. I am able to make outbound call.
Issue is when making calls it shows unknown number as caller id and when external user dial my number it says number not assigned. In sbc it shows the unassigned number but when run get-csonline user -identity it shows ev enable. Please advice
6 Replies
- janglissIron 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.