You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Introduction

The Maxwell 3 and basic has a integrated phone book for a maximum of 100 entries.

From software 2.13 the phone book can be imported via the:

  1. web-interface
  2. Provisioning

File format

The phonebook file has the following format, example:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE LocalDirectory>
<list>
<entry home2="" surname="Lastname" mobile1="" mobile2="" office1="0049123456789" office2="" name="Firstname" home1=""/>
<entry home2="" surname="User" mobile1="0049987654321" mobile2="" office1="" office2="" name="First" home1=""/>
</list>

Web-interface

Go to: Settings - Desk Phone - Local Phonebook.

You can select the phonebook (XML) file to upload or download to store on your PC.

Provisioning

Provisioning xml format example 1:

<custom>

<step type="LocalPhoneBook" url="/files/phonebook.xml" />

</custom>

Device will download between 1:00 and 4:00 am randomly.

Provisioning xml format example 1:

 <custom>

 <step type="LocalPhoneBook" url="192.168.1.1/prov/files/phonebook.xml" renewPeriod="" />

</custom>

 
RenewPeriod can be skipped, empty, or value in seconds

 

  • No labels