Versions Compared

Key

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

Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

Panel
titleBGColor#F0F0F0
titleValid for N610 / N670 / N870 / N870E.

In some rare cases the SIP registration will not restore when the SIP server or SBC is temporarily unavailable.
In software 2.57.1 we have added a mechanisme to monitor the SIP-registration behaviour. The monitor is capable of detecting when the SIP-registration is not succeeding as expected.

By default the monitor is on and will start taking action when the system is still in this state after 30 minutes have passed.
When the monitor has detected this state and the set time has passed, it will start one of the options to restore the SIP-registration.

There are 2 options to restore the SIP-registration when in this state:

  • Restart (TLS) transport (default)
  • Restart SIP application
Panel
titleProvisioning parameters
ParameterValue
SipProvider.<0-19>.RenewConnectionAfterTimeoutValue is in minutes, range: 1 - 30 (0 = off)
Default = 30
SipProvider.<0-19>.ConnectionTimeoutAction

NOTE: RenewConnectionAfterTimeout > 0

0 = transport restart (default)
1 = application restart

Code Block
languagexml
titleProvisioning example
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">

<nvm>

<!-- Transport: detection of  “Connection Time Out” option per provider -->
<!-- Default = 30. Off = 0, value range 1-30 in min.  -->
<param name="SipProvider.0.RenewConnectionAfterTimeout" value="10" />

<!-- When connection time out is detected: 0 = transport restart, 1 = application restart -->
<!-- "RenewConnectionAfterTimeout" must be > 0 -->
<param name="SipProvider.0.ConnectionTimeoutAction" value="1" />

</nvm>
</provisioning>