Versions Compared

Key

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

Valid for: 
From SW version: 2.52

N670N870N870EN870 VI
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

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

Via auto-provisioning, it is possible to change the interval.

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>