nerdexam
Microsoft

MS-720 · Question #137

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 C. Set-CsPhoneNumberAssignment -Identity [email protected] -PhoneNumber +61370105555 - D. Set-CsUser [email protected] -EnterpriseVoiceEnabled $false. C assigns the correct phone number (+61370105555, which falls within the SBC-allocated 613 7010 5XXX range) to User1 via the current Set-CsPhoneNumberAssignment cmdlet - this resolves both the failed inbound routing and the missing outbound caller ID. D first clears the…

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 of User1, the external caller receives an error message. User1 can make outbound calls, but no caller ID appears. Which two commands should you run to resolve the issues? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Exhibit

MS-720 question #137 exhibit

Options

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    6% (1)
  • C
    71% (12)
  • E
    18% (3)

Explanation

C assigns the correct phone number (+61370105555, which falls within the SBC-allocated 613 7010 5XXX range) to User1 via the current Set-CsPhoneNumberAssignment cmdlet - this resolves both the failed inbound routing and the missing outbound caller ID. D first clears the conflicting EnterpriseVoice state (the exhibit likely shows EnterpriseVoiceEnabled $true with an improperly configured or absent number assignment); Set-CsPhoneNumberAssignment then automatically re-enables it correctly when the Direct Routing number is applied.

Why the distractors fail: A sets the voice routing policy to $null, which removes the policy entirely and would break the outbound calls that currently work. B removes a phone number assignment rather than correcting it, making the inbound problem worse. E uses the legacy Set-CsOnlineVoiceUser cmdlet, which has been superseded by Set-CsPhoneNumberAssignment and is not the correct approach for modern Direct Routing deployments.

Memory tip: Think "Reset, then Reassign with the Right cmdlet" - for Direct Routing issues, clear the broken EnterpriseVoice state first (Set-CsUser), then use the new cmdlet (Set-CsPhoneNumberAssignment) to assign the SBC-range number. If you see Set-CsOnlineVoiceUser on the exam, it's almost always the legacy trap answer.

Topics

#Direct Routing#Phone number assignment#Enterprise Voice#Caller ID

Community Discussion

No community discussion yet for this question.

Full MS-720 Practice