sipgate and MS Teams - set up telephony for a user in the Office tenant

Guide to setting up sipgate telephony for individual users in MS Teams – via PowerShell or GUI.

Telephony for a user in MS Teams can be set up in two ways:

Using PowerShell and the Microsoft Teams module

With the following command, you can connect to the Office tenant; authentication takes place in a separate window:

Connect-MicrosoftTeams

In the next step, carry out the authentication once for each user: adjust the email address, phone number and, if applicable, the "PolicyName" as well.

Set-CsPhoneNumberAssignment -Identity UserMail@YourDomain.xy -PhoneNumber +49xx -PhoneNumberType DirectRouting
Grant-CsOnlineVoiceRoutingPolicy -Identity "[email protected]" -PolicyName "sipgate"

You can find more about PowerShell with the Microsoft Teams module at this link.

Depending on the response time of the MS platform, implementation may work immediately or take a few hours.

You can get more information either on our website or in a non-binding consultation. Please contact us via our contact form.

Last updated