Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

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
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-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 

Code Block
languagexml
<?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.dm1local.FwUpdateCallBlockAttempts" value="2" />
    </nvm>
</provisioning>