Versions Compared

Key

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

Below you can find information about syslog output when registering an handset against the Microsoft Teams platform.

  • Virtual Integrator is installed
  • 2 DECT managers
  • Software version 2.54
  • CLI access via ssh is enabled
  • Syslog is enabled: Info / Debug / Warning / Error
  • Provisioning file is uploaded via the web-interface
  • Wireshark trace is started for DECT manager and Integrator


System overview

When using an Integrator system.

  1. Auto-provisioning is done by the Virtual Integrator
  2. SIP protocol is handled by the DECT manager the handset is connected to


draw.io Diagram
bordertrue
diagramNameTeamsVI
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth690
revision1

Step 1: Add DECT handset

  • In the web-interface go to: S ETTINGS SETTINGS - Mobile devices - Administration
  • Add an DECT handset, select as VoIP provider "Microsoft Teams onboarding"

The Integrator will start downloading the auto-provisioning file: provisioning.xml

Code Block
titleTrace integrator: Filter HTTP, follow HTTP stream
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
<!-- Gigaset DECT - Initial Configuration File -->
<!-- Version: 15/06/2022 -->
<nvm>
<!-- Show display name on Handset -->
<param name="DmGlobal.0.HSIdleDisplay" value="1"/>
</nvm>    
<custom>
<!-- Download CA -->        
<step type="certificate" url="http://emea.httpblob.sdg.teams.microsoft.com/certs/CA_Combined.pem" flags="FORCE_ACCEPT"/>
</custom>
<!-- Link to unique file -->
<EXTENDED_PROFILE class="string" value="https://euwe.dm.sdg.teams.microsoft.com/device/ob/496278775210aa48fd8967a26fb191d57a3e698d/lang_en/00%IPUI.xml"/> 
</provisioning>