Versions Compared

Key

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

Image Modified

Image Modified

Image Modified

Image Modified

Panel
titleBGColor#F0F0F0
titleValid for N610 / N670 / N870 / N870E. Software 2.52 or higher is needed.

The DECT device send a re-registration at 50% of the time, negotiated with the Platform (expire timer). 

Via auto-provisioning, it is possible to change this.

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning

Below an example to change the interval from 50% (Default) to 90%.

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>
		<!-- Interval will be defined as percentage fraction of 'Expires' header value. Default value: 50% -->
        <param name="SipProvider.@.RegRefreshExpiresFactor" value="90" />
    </nvm>
</provisioning>