Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Align
alignright

Image Added

Image Added

Image Added

Image Added

#F85404
Panel
Panel
titleColor
titleBGColor#F0F0F0
titleIntroductionValid for N610 / N670 / N870 / N870E.

Image RemovedWhen using the phonebook lookup feature, by default with every incoming call the device will do a phonebook lookup to match the incoming number with a name.

This can cause load on the server hosting the phonebooks. The N870 has from software 2.17.2 a new feature.To reduce the load and have a faster name presentation we have the following options.

  1. From software 2.52: If CNIP is available do not start a lookup
  2. Caching with the options listed below

CNIP has priority over lookup

From software 2.52 we have implemented that if CNIP information is available, we do not do an Lookup. This can be disabled via auto-provisioning.

Code Block
languagexml
titleProvisioning example how to change the behavior.
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>
		<!-- 1 = Enabled (Default), 0 = Disabled -->
        <param name="DmGlobal.0.CNIPOverAutolookup" value="0" />
    </nvm>
</provisioning>


Caching

Parameter

Netdir.<x>.CachingType

For value x see: FAQ Nx70 - Directories number list

Example for LDAP (x=0):

<param name="Netdir.0.CachingType" value="1"/>

Value
0Buffer entries (For cache size see below)
1ask every lookup (Default)
2refresh after 15 minutes
3refresh after 1 hour
4refresh after 6 hour
5refresh after 12 hour
6refresh after 18 hour
7refresh after 1 day
8refresh after 2 days
9refresh after 3 days
10refresh after 5 days
11refresh after 1 week


The Cache Size is default 100 entries.

Parameter
DmGlobal.0.LookupCacheSizeExample for LDAP (x=0):

<param name="DmGlobal.0.LookupCacheSize" value="100"/>

0Minimum Value
100Maximum Value



Info

These settings can only be changed via auto-provisioning.