You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Valid for: 
From SW version: 2.52

N670N870N870EN870 VI
Introduction

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.

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>
  • No labels