IT Questions and Answers :)

Friday, April 19, 2019

Which Cmdlet is used to pair an SBC with for Microsoft Teams Direct Routing?


Which Cmdlet is used to pair an SBC with for Microsoft Teams Direct Routing?
  • New-CsOnlinePSTNGateway
  • New-CsTeamsPSTNGateway
  • New-CsOnlineSBC
  • New-CsDirectRoutingConfiguration

Which Cmdlet is used to pair an SBC with for Microsoft Teams Direct Routing?


EXPLANATION

Pair the SBC to Direct Routing Service
The following are the three high-level steps to let you connect, or pair, the SBC to the Direct Routing interface:
  • Connect to Skype for Business Online admin center using PowerShell
  • Pair the SBC
  • Validate the pairing
Connect to Skype for Business Online by using PowerShell

You can use a PowerShell session connected to the tenant to pair the SBC to the Direct Routing interface. To open a PowerShell session, please follow the steps outlined in Set up your computer for Windows PowerShell.

After you establish a remote PowerShell session, please validate that you can see the commands to manage the SBC. To validate the commands, type or copy/paste in the following in the PowerShell session and press Enter:

gcm *onlinePSTNGateway*

Your command will return the four functions shown here that will let you manage the SBCs.
CommandType    Name                       Version    Source
———–    —-                       ——-    ——
Function       Get-CsOnlinePSTNGateway    1.0        tmp_v5fiu1no.wxt
Function       New-CsOnlinePSTNGateway    1.0        tmp_v5fiu1no.wxt
Function       Remove-CsOnlinePSTNGateway 1.0        tmp_v5fiu1no.wxt
Function       Set-CsOnlinePSTNGateway    1.0        tmp_v5fiu1no.wxt

Pair the SBC to the tenant

To pair the SBC to the tenant, in the PowerShell session type the following and press Enter:
New-CsOnlinePSTNGateway -Fqdn <SBC FQDN> -SipSignallingPort <SBC SIP Port> -MaxConcurrentSessions <Max Concurrent Sessions the SBC can handle> -Enabled $true



SOURCE
http://teams-direct-routing.com/microsoft-teams-how-to/pair-teams-with-sbc/
Share:

0 comments:

Post a Comment

Popular Posts