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

Compare with Current View Page History

« Previous Version 8 Next »

Introduction

From software ... it is possible to delay firmware updates started via provisioning if there are active calls.

  • By default firmware update does not check if there are active calls
  • Via provisioning parameter the Nx70, delay firmware update up to <configured> times if there are active calls
  • The delay time = 300 seconds
  • When after the the n times x 300s there is still an active call the firmware update will be done and the active calls will be disconnected 
  • The setting is per DECT manager
Auto-provisioning
ParameterValue

dm.<DECT manager>.FwUpdateCallBlockAttempts

<DECT manager>  value can be:

All-in-one system:

  • local

Integrator system:

  • dm1
  • dm2
  • dm3
  • dm ...

0 (Default)

> 0 delay up to n times, delay time = 300 seconds 

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>
	<!--
          Set if and how often DM delays swupdate if any call is in-progress.
          dm.<n>.FwUpdateCallBlockAttempts = 0          => no check for calls in progress
		  dm.<n>.FwUpdateCallBlockAttempts = n (n > 0)  => delay up to n times, delay time = 300s
        -->
        <param name="dm.local.FwUpdateCallBlockAttempts" value="2" />
    </nvm>
</provisioning>
  • No labels