Introduction

From software release 11, upload of pictures via provisioning is supported.

Clip Pictures (Provisioning type="clip_pictures")

  • Allowed files extensions - .jpg, .JPG, .jpeg, .JPEG, .gif, .GIF
  • Max allowed resolution - 240x172

Screensavers (Provisioning type="screen_saver")

  • Allowed files extensions - .jpg, .JPG, .jpeg, .JPEG, .gif, .GIF
  • Max allowed resolution - 240x320

You can use Gigaset quicksync to create the picture with the right format.

  • Upload picture in an SL800H / S700H / R700H handset using quicksync 
  • Check if picture is correct displayed
  • Download picture from handset to PC to have the correct format/resolution/size
  • Use this picture to upload via auto-provisioning


Important is that

  • Handset memory is limited: Small size and limited number of pictures
  • If picture file name in handset is available then download file will not be done (To avoid downloading same picture every time and use valuable DECT bandwidth/capacity)
  • Handset does not check the picture, wrong format could cause problems
  • Delete picture is done via the handset menu only
  • File name is taken from URL e.g. : if URL is "127.0.0.0/some_graphic.jpg" file name will be 'some_graphic.jpg'
  • File name (including extension) is case sensitive
  • Additionally max file name that can be stored in FFS is 20 characters including file extension. So max file name is e.g.: 1234567890123456.jpg


Auto-provisioning

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="Gsdecthx">

<nvm>
</nvm >

<resources>

<resource_file type="screen_saver" crc="0xFFFF" url="http://192.168.178.201/dbb/r700.jpg" />

<resource_file type="clip_pictures" crc="0xFFFF" url="http://192.168.178.201/dbb/picture.jpg" />

<!-- crc is not used -->

</resources>

</provisioning>

  • No labels