Erwin Bierens

Knowledge is Power

Activating Teams Calling -Microsoft Teams

2018-01-12 1 min read Microsoft Teams Erwin Bierens

This howto helps you to check/configure Calling in Microsoft Teams.

Make sure you have correct licenses on your Office365 tenant.

  • E1
  • E3
  • E5

Microsoft Phone System License (this one is included in E5) and a Calling plan (domestic or Domestic + International Calling)

/

Login to the Skype for Business Online Powershell

Make sure you have download the SkypeOnlineConnector for Powershell.

    Import-Module SkypeOnlineConnector
    $credential = Get-Credential
    $session = New-CsOnlineSession -Credential $credential -Verbose
    Import-PSSession $session
    Get-Command -Module tmp_mmdx3k5r.cuh

Check your tenant settings

Get-CsTeamsCallingPolicy

clip_image002

Check if AllowCalling on global level is set to True.

Get-CsTeamsInteropPolicy

clip_image003

The Global identity must have the AllowEndUserClientOverride set to True. CallingDefaultClient to Default and ChatDefaultClient also to Default.

In a later stadium you can set the default values to Teams and you can fase out Skype for Business.

Check the Teams Client

Make sure you are not running the Developer Preview, there are some issues at this moment.

clip_image004 You should now see the Calls menu button.

/

Settings

Go to the setting, choose the Calls tab, make sure you set the preferred calling application to Microsoft Teams. Calls will now be delivered to Microsoft Teams.

clip_image006

comments powered by Disqus