nerdexam
Microsoft

MS-720 · Question #27

Drag and Drop Question Your company has offices in Seattle. You deploy Microsoft Teams Phone. You have three Session Border Controller (SBCs) named SBC1, SBC2, and SBC3. You need to configure voice…

The correct answer is *sbc1.contoso.com*, 'sbc2.contoso.com'; *sbc2.contoso.com*; *sbc2.contoso.com*, 'sbc3.contoso.com'. This question tests configuration of Microsoft Teams Phone Direct Routing voice routes using PowerShell, specifically how to assign and order SBCs in the -OnlinePstnGatewayList parameter to enforce priority and failover behavior.

Plan and configure Direct Routing

Question

Drag and Drop Question Your company has offices in Seattle. You deploy Microsoft Teams Phone. You have three Session Border Controller (SBCs) named SBC1, SBC2, and SBC3. You need to configure voice routing to meet the following requirements: - All calls to area codes 425 and 206 must attempt to go to SBC1, and if SBC1 is unavailable, fail over to SBC2. - All other calls to the United States and Canada must go out through SBC2. - International calls must go out through SBC2 or SBC3. How should you complete the PowerShell script? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibit

MS-720 question #27 exhibit

Answer Area

Drag items

*sbc1.contoso.com**sbc2.contoso.com**sbc3.contoso.com**sbc1.contoso.com*, 'sbc2.contoso.com'*sbc2.contoso.com*, 'sbc3.contoso.com'*sbc1.contoso.com*, 'sbc3.contoso.com'

Correct arrangement

  • sbc1.contoso.com, 'sbc2.contoso.com'
  • sbc2.contoso.com
  • sbc2.contoso.com, 'sbc3.contoso.com'

Explanation

This question tests configuration of Microsoft Teams Phone Direct Routing voice routes using PowerShell, specifically how to assign and order SBCs in the -OnlinePstnGatewayList parameter to enforce priority and failover behavior.

Approach. In Teams Direct Routing, the New-CsOnlineVoiceRoute cmdlet accepts a -OnlinePstnGatewayList parameter where SBCs are listed in priority order - Teams tries each SBC left to right, failing over to the next if the previous is unavailable. For local Seattle area codes (425/206), the list must be 'sbc1.contoso.com, sbc2.contoso.com' so SBC1 is tried first with SBC2 as failover. For all other US/Canada calls, only 'sbc2.contoso.com' is needed since no failover is required. For international calls, 'sbc2.contoso.com, sbc3.contoso.com' satisfies the requirement that either SBC2 or SBC3 can handle the call, with SBC2 attempted first.

Concept tested. Microsoft Teams Phone Direct Routing - configuring voice routes via PowerShell (New-CsOnlineVoiceRoute) with ordered SBC gateway lists to enforce primary/failover routing for local, domestic, and international call patterns.

Reference. https://learn.microsoft.com/en-us/microsoftteams/direct-routing-voice-routing

Topics

#Direct Routing#Voice Routing#PSTN Gateway#PowerShell

Community Discussion

No community discussion yet for this question.

Full MS-720 Practice