nerdexam
Microsoft

MS-721 · Question #289

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 A. Grant-CsCallingLineIdentity -Identity [email protected] -PolicyName CallerID D. Set-CsPhoneNumberAssignment -Identity [email protected] -PhoneNumber +61370105555. User1 has two separate issues: no phone number assigned (causing inbound call failures from the PSTN) and no Caller ID policy applied (causing missing caller ID on outbound calls). Two commands are required because each resolves a distinct problem.

Configure and manage Microsoft Teams Phone

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-721 question #289 exhibit

Options

How the community answered

(49 responses)
  • A
    84% (41)
  • B
    6% (3)
  • C
    2% (1)
  • E
    8% (4)

Why each option

User1 has two separate issues: no phone number assigned (causing inbound call failures from the PSTN) and no Caller ID policy applied (causing missing caller ID on outbound calls). Two commands are required because each resolves a distinct problem.

AGrant-CsCallingLineIdentity -Identity [email protected] -PolicyName CallerIDCorrect

Grant-CsCallingLineIdentity assigns the CallerID policy to User1, which defines what phone number or identity is presented to recipients during outbound calls, directly resolving the missing caller ID symptom. Without this policy assignment, Teams has no configured caller ID to present on outbound calls. This is the correct fix for the outbound caller ID issue.

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

Setting the OnlineVoiceRoutingPolicy to $null removes the voice routing policy from User1 entirely, which would disable outbound PSTN calling rather than fix any reported issue.

CRemove-CsPhoneNumberAssignment -Identity [email protected] -PhoneNumber

Remove-CsPhoneNumberAssignment removes an existing number assignment rather than adding one, which would worsen the inbound routing failure instead of resolving it.

DSet-CsPhoneNumberAssignment -Identity [email protected] -PhoneNumber +61370105555Correct

Set-CsPhoneNumberAssignment with -PhoneNumber +61370105555 assigns a Direct Routing number from the SBC's allocated 613 7010 5XXX range to User1, enabling the PSTN to route inbound calls correctly to the user's Teams client. Without a phone number assignment, inbound calls have no destination in Teams, causing the error the external caller receives.

ESet-CsPhoneNumberAssignment -Identity [email protected] -EnterpriseVoiceEnabled $true

Since User1 can already make outbound calls, Enterprise Voice is already enabled, so setting EnterpriseVoiceEnabled to $true on the number assignment would be redundant and resolves neither the inbound error nor the missing caller ID.

Concept tested: Teams Direct Routing number assignment and Caller ID policy

Source: https://learn.microsoft.com/en-us/microsoftteams/set-the-caller-id-for-a-user

Topics

#Teams Phone#Direct Routing#PSTN Calling#Caller ID

Community Discussion

No community discussion yet for this question.

Full MS-721 Practice