FAQ - Auto provisioning: SIP re-registration interval
Valid for: | N530 | N610 | N670 | N770 | N870 | N870E | Embedded Integrator | Virtual Integrator |
Introduction
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.
Auto-provisioning
Below an example to change the interval from 50% (Default) to 90%.
<?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>
<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>