Versions Compared

Key

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

The N870 has an central phone book for a maximum of 1000 entries.

The phone book can be imported via the:

  1. Web-interface
  2. Provisioning
    1. Location
    2. RenewPeriod



Panel
titleColor#F85404
titleBGColor#F0F0F0
titleFile 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>



Panel
titleColor#F85404
titleBGColor#F0F0F0
titleWeb-interface

Go to: Settings - Online Directories - Central Phonebook.

You can select the phonebook (XML) file to upload.

Enter the URL and Daily Refresh Time via the Web-interface.



Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning

As we added in Software 2.25 the possibility to change the URL and Time in the web-interface, also the provisioning parameters are changed.

Provisioning xml format example 1, Software >=2.25:

Infocode
<?xml version="1.0" encoding="UTF-8"?>


<provisioning version="1.1" productID="
mx3b
e2">

<nvm>

<param


<firmware>


</firmware>

<nvm>

<param name="
System
CentralBook.
LocalPhonebook
0.
Url
Activated" value="
%%PROVLINK%%/phonebook.xml
1"/>

<param name="
System
CentralBook.
LocalPhonebook
0.
UpdateTime
Name" value="
08:00
Centraal"/>

</nvm>

Provisioning xml format example 1, Software <2.25:

Info
iconfalse

<?xml version="1.0" encoding="UTF-8"?>

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

  <firmware>

    <file version="2.21.5" url

<param name="CentralBook.0.ServerURL" value="http://192.168.178.
101/device/maxwell/GC_MAX_2.21.5-release.bin" />

  </firmware>

  <nvm>

    <param name="PhoneUI.Settings.Confirmations" value="12121"/>

    <param name="PhoneUI.Settings.KeyClick" value="221122"/>

  </nvm>

  <custom>

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

  </custom>

</provisioning>

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

Provisioning xml format example 2, Software <2.25:

Info

 <custom>

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

</custom>

 
RenewPeriod can be skipped, empty, or value in minutes
201/server"/>
<param name="CentralBook.0.DownloadTime" value="14:00"/>
<param name="CentralBook.0.StartWithList" value="1"/>
            
</nvm>
</provisioning>