Versions Compared

Key

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

The N870/N670 has a central phone book for 

  • 2000 entries or
  • 2MB file size

The phone book can be imported via the:

  1. Web-interface
  2. After time set via Provisioning
    1. Location
    2. RenewPeriod

Under development: Download phone-book after reboot and auto-provisioning

Click here for an Excel file that generates a phonebook.xml file you can import.



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>


Download an example template. N870LocalPhonebook 1999 Contacts.xml

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.

FAQ Nx70 - Central phone-book.


Info
titleImportant

The central phonebook needs to be enabled + set before the phonebook file can be uploaded!

The server address needs to be in full. Example: http://192.168.178.201/phonebook.xml



Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning
Info
iconfalse

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

<firmware>

</firmware>

<nvm>

<param name="Netdir.21.Activated" value="1"/>
<param name="CentralBook.0.Name" value="Central Phonebook"/>
<param name="CentralBook.0.ServerURL" value="http://192.168.178.201/phonebook.xml"/>
<param name="CentralBook.0.DownloadTime" value="14:00"/>
<param name="CentralBook.0.StartWithList" value="1"/>

<!-- New in SW 2.43.0 or higher 0 = Search first letter, 1 = Search anywhere in the name -->

<param name="CentralBook.0.SearchAnywhereInName" value="1"/>

<!-- New in SW 2.43.0 or higher name = Display results: name surname, surname = Display results: surname name -->
<param name="CentralBook.0.SortBy" value="name"/>

<!-- Maximum search results for Central Phone-book max. 99 because of handset limitation

<param name="CentralBook.0.MaxSearchResult" value="99"/>

-->

<!-- Assign phonebook to INT key for handset with IPUI 02b6ec8aa5 -->

<param name="hs.02b6ec8aa5.IntKeyDir" value="30"/>

<!-- automatic lookup -->

<param name="hs.02b6ec8aa5.AutoLookupDir" value="30"/>


</nvm>
</provisioning>