Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

The firmware update of the following devices can be done via:

Device web-interface

Changing the Maxwell auto-provisioning template.

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleMaxwell firmware update via auto-provisioning

First you would need to change the gigasetmaxwell.ph.xml provisioning template see this wiki article how to access the template.

Open the template and search for:

Code Block
<provisioning version="1.1" productID="mx3b">

<!--
<firmware>
    <file version="2.25.6" url="%%PROVLINK%%/firmware/gigaset/GC_MAX_2.25.6-release.bin"/>
</firmware> -->

Change the template according to the wiki article. You can set the URL to your own server or upload the Gigaset software into the 3CX firmware directory.

  • Remove the <!-- and -->
  • Change the URL
Code Block
<provisioning version="1.1" productID="mx3b">

<firmware>
    <file version="2.25.6" url="<SERVER URL>/firmware/%DVID/GC_MAX_2.25.6-release.bin"/>
</firmware>