nerdexam
Microsoft

MS-721 · 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 ro

The correct answer is 'sbc1.contoso.com', 'sbc2.contoso.com'; 'sbc2.contoso.com'; 'sbc2.contoso.com', 'sbc3.contoso.com'. This question tests your ability to configure Microsoft Teams Phone Direct Routing voice routes in PowerShell, specifically assigning ordered SBC gateway lists to each route so that failover and traffic segregation requirements are met.

Configure and manage Teams Phone

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-721 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 your ability to configure Microsoft Teams Phone Direct Routing voice routes in PowerShell, specifically assigning ordered SBC gateway lists to each route so that failover and traffic segregation requirements are met.

Approach. Each voice route is configured with a -OnlinePstnGatewayList parameter that accepts an ordered list of SBCs. For the Seattle local route (area codes 425/206), the list must be 'sbc1.contoso.com', 'sbc2.contoso.com' - Teams tries SBC1 first and fails over to SBC2 if unavailable. For the domestic US/Canada catch-all route, only 'sbc2.contoso.com' is needed since no failover is specified. For the international route, 'sbc2.contoso.com', 'sbc3.contoso.com' satisfies the requirement that international calls go through either SBC2 or SBC3, with SBC2 as the preferred gateway. The order of SBCs in the list determines priority - Teams attempts each gateway in sequence until one succeeds.

Concept tested. Microsoft Teams Phone Direct Routing: configuring voice routes via PowerShell (New-CsOnlineVoiceRoute) with ordered -OnlinePstnGatewayList values to implement SBC failover, traffic segregation by number pattern (local, domestic, international), and route prioritization within a PSTN usage policy.

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

Topics

#Teams Phone Voice Routing#SBC Configuration#PowerShell#PSTN Usage

Community Discussion

No community discussion yet for this question.

Full MS-721 Practice