MS-721 · Question #65
You have a Microsoft Teams Phone deployment. The 613 7010 5XXX phone number range is allocated to the Session Border Controller (SBC). A user named User1 is configured as shown in the following exhibi
The correct answer is B. Set-CsOnlineVoiceUser [email protected] -TelephoneNumber $null C. Set-CsUser [email protected] -OnPremLineURI "tel:+61370105555". User1 has a conflicting Calling Plans number blocking inbound Direct Routing calls, and no LineURI set, which prevents caller ID on outbound calls - both must be corrected.
Question
Exhibit
Options
- AGrant-CsOnlineVoiceRoutingPolicy -Identity [email protected] -PolicyName $null
- BSet-CsOnlineVoiceUser [email protected] -TelephoneNumber $null
- CSet-CsUser [email protected] -OnPremLineURI "tel:+61370105555"
- DSet-CsUser [email protected] -EnterpriseVoiceEnabled $false
- ESet-CsOnlineVoiceUser [email protected] -TelephoneNumber "+61370105555"
How the community answered
(31 responses)- A13% (4)
- B77% (24)
- D3% (1)
- E6% (2)
Why each option
User1 has a conflicting Calling Plans number blocking inbound Direct Routing calls, and no LineURI set, which prevents caller ID on outbound calls - both must be corrected.
Removing the voice routing policy would strip outbound PSTN routing from the user entirely and does not resolve either the inbound failure or the missing caller ID.
Set-CsOnlineVoiceUser with -TelephoneNumber $null clears any Microsoft 365 Calling Plans number assigned to the user; this number conflicts with Direct Routing inbound routing through the SBC and causes external callers to receive an error when dialing.
Set-CsUser with -OnPremLineURI assigns the correct E.164 telephone number to the user for Direct Routing, enabling the SBC to match the inbound DID and populating the caller ID that is sent on outbound calls.
Setting EnterpriseVoiceEnabled to false disables all voice functionality for the user, which would prevent outbound calls and make the situation worse.
Set-CsOnlineVoiceUser -TelephoneNumber assigns a Calling Plans number from the Microsoft pool, which would continue to conflict with the Direct Routing SBC and does not set the OnPremLineURI needed for proper routing.
Concept tested: Teams Direct Routing user phone number conflict resolution
Source: https://learn.microsoft.com/en-us/microsoftteams/direct-routing-configure
Topics
Community Discussion
No community discussion yet for this question.
