nerdexam
Microsoft

MS-720 · 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…

The correct answer is A. Set-CsOnlineUser [email protected] -TelephoneNumber "+61370105555" D. Set-CsUser [email protected] -EnterpriseVoiceEnabled $false. User1 cannot receive inbound calls because no telephone number is assigned in Teams Online, and a conflicting on-premises Enterprise Voice attribute is interfering with proper call routing.

Plan and configure Direct Routing

Question

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 exhibit. User1 reports that when an external caller attempts to call the phone number or User1, the external caller receives an error message. User 1 can make outbound calls, but no caller to appears. Which two commands should you run to resolve the issues? Each correct answer presents part or the solution. NOTE: Each correct selection is worth one point. A. B. C. D. E.

Exhibit

MS-720 question #65 exhibit

Options

How the community answered

(31 responses)
  • A
    84% (26)
  • B
    3% (1)
  • C
    3% (1)
  • E
    10% (3)

Why each option

User1 cannot receive inbound calls because no telephone number is assigned in Teams Online, and a conflicting on-premises Enterprise Voice attribute is interfering with proper call routing.

ASet-CsOnlineUser [email protected] -TelephoneNumber "+61370105555"Correct

Set-CsOnlineUser with -TelephoneNumber '+61370105555' assigns a number from the SBC-allocated range to the user's Teams Online profile, which is required for the SBC to route inbound Direct Routing calls to this specific user. Without a TelephoneNumber set on the cloud user object, the SBC has no destination to forward the inbound call to, resulting in the error external callers receive.

BSet-CsOnlineUser [email protected] -EnterpriseVoiceEnabled $null

Setting -EnterpriseVoiceEnabled to $null via Set-CsOnlineUser is not a valid parameter value and does not resolve the missing telephone number or the on-premises attribute conflict causing inbound call failures.

CSet-CsUser [email protected] -OnPremLineURI "tel:+61370105555"

Set-CsUser -OnPremLineURI is used to configure line URIs for on-premises Skype for Business or hybrid users, and applying it to a cloud-only Teams Phone user would not fix inbound routing - it is the wrong cmdlet and scope for this deployment model.

DSet-CsUser [email protected] -EnterpriseVoiceEnabled $falseCorrect

Set-CsUser -EnterpriseVoiceEnabled $false clears the on-premises Enterprise Voice attribute, which resolves a routing conflict that arises when both on-premises and online voice configurations are active on the same user object. In a hybrid or migrated environment, a residual on-prem EnterpriseVoiceEnabled setting can override or interfere with the cloud-side Teams Phone configuration, preventing proper inbound call delivery.

EGrant-CsOnlineVoiceRoutingPolicy -Identity [email protected] -PolicyName $null

Grant-CsOnlineVoiceRoutingPolicy with -PolicyName $null removes the user's voice routing policy entirely, which would break the outbound calling capability that is currently functioning correctly.

Concept tested: Teams Phone Direct Routing number assignment and hybrid voice conflict resolution

Source: https://learn.microsoft.com/en-us/microsoftteams/direct-routing-configure

Topics

#Direct Routing#Voice Routing Policy#Voice Route#PSTN Usage

Community Discussion

No community discussion yet for this question.

Full MS-720 Practice