Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add_workflow_for_techpubs
AUTH2AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cc5207f08a00a02355cd1c2f0155cd26cb41059c, userName='null'}
JIRAIDAUTHSYM-27516
REV5AUTH1UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d0003, userName='null'}
JIRAIDAUTHSYM-25556
REV5REV6UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d0003, userName='null'}
REV6REV3UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d00038a00a02355cd1c2f0155cd26cdb40a89, userName='null'}
REV3REV4UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c91d01f98a00a02355cd1c2f0155cd26cc5207f0, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cc5207f08a00a02355cd1c2f0155cd26c7f0006a, userName='null'}
REV2UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cabc04c38a00a02355cd1c2f0155cd26ca2f03d1, userName='null'}

 

Panel

In this section:

Table of Contents
maxLevel3

...

Info

If Microsoft Teams Direct Routing is not configured on the SBC Edge, refer to Best Practice - Configuring SBC Edge for to Microsoft Teams Phone System Direct Routing - On - Premises Deployment.

Prerequisites

Info

For Media Bypass, the following is supported:

  • Deployment on a
Note
A
  • Public IP address
without NAT is required to implement Direct Routing with Media Bypass.
  • Deployment behind NAT

Replace the Existing Microsoft Teams Direct Routing Trunk

...

  1. In the WebUI, click the Settings tab.
  2. In the left navigation pane, go to Signaling Groups.
  3. Select the Signaling Group used for Microsoft Teams Direct Routing.

  4. From the RTCP Multiplexing drop down list, select Enable. 

    Caption
    0Figure
    1Enable RTCP Multiplexing


  5. From the ICE Support drown drop down list, select Enable.

  6. From the ICE Mode drop down list, select Lite.

    Caption
    0Figure
    1Enable ICE Support

     

    Note

    Before configuring Outbound NAT Traversal, obtain the Public IP address for your network (the Public IP address specified in the screen graphic is an example only).

  7. For deployment behind a NAT only:
    1. From the Outbound NAT Traversal drop down list, select Static NAT.
    2. From the NAT Public IP (Signaling/Media) drop down list, enter the Public IP Address assigned on this media port (the Public IP used in the screen is an example only; use the Public IP for your network). 

      Caption
      0Figure
      1Enable NAT

      Image Added

  8. Click Apply.

Create a Second Microsoft Teams Direct Routing trunk

...

Connect Teams admin tenant and , create a new PSTN Online Gateway with Media Bypass enabled, and create an entry for the new FQDN in your DNS:

Code Block
New-CsOnlinePSTNGateway -Fqdn sbc2.domain.com -SipSignallingPort 5062 -Enable $True -MediaBypass $true

...

  1. If not using a wild card, update the certificate with the proper SAN. For details on Certificates, refer to Working with Certificates.
  2. In the WebUI, click the Settings tab.
  3. In the left navigation pane, go to SIP > SIP Profiles.
  4. Click the Create SIP Profile ( ) icon at the top of the SIP Profile View page.
  5. Configure the fields to be identical to the Non Bypass SIP Profile, except the FQDN in From Header and the FQDN in Contact Header are set to Static.

    Caption
    0Figure
    1Configure SIP Profile Fields

     

     

  6. In the left navigation pane, go to System > Signaling Groups.
  7. From the Create Signaling Group drop down list, select SIP Signaling Group.
  8. Configure the fields identical to the Non Bypass Signaling Group, except the Listen Ports must be different.

  9. From the RTCP Multiplexing drop down list, select Enable.

    Caption
    0Figure
    1Configure RTCP Multiplexing

  10. From the ICE Support drown down list, select Enable.

  11. From the ICE Mode drop down list, select Lite.

    Caption
    0Figure
    1Configure ICE Support

  12. For an SBC deployment behind a NAT only:

    1. From the Outbound NAT Traversal drop down list, select Static NAT.
    2. From the NAT Public IP (Signaling/Media) drop down list, enter the Public IP Address of the NAT device assigned on this media port (the Public IP used in the screen is an example only; use the Public IP for your network).

     

    Caption
    0Figure
    1Configure NAT

    Image Added

  13. Click Apply.

Pagebreak