RUT950 Mobile: Difference between revisions
Appearance
| Line 338: | Line 338: | ||
[[File:Network mobile simmanagement backto v2.PNG]] | [[File:Network mobile simmanagement backto v2.PNG]] | ||
<table class="nd-mantable"> | |||
<tr> | |||
<th>field name</th> | |||
<th>value</th> | |||
<th>description</th> | |||
</tr> | |||
<tr> | |||
<td>Switch back to primary SIM card after timeout</td> | |||
<td>yes {{!}} no; Default: '''no'''</td> | |||
<td>Performs a SIM switch back to the primary SIM card after a specified amount of time</td> | |||
</tr> | |||
<tr> | |||
<td>Initial timeout (min)</td> | |||
<td>integer; Default: '''1'''</td> | |||
<td>The amount of time after which the router will attempt to switch back to using the primary SIM card</td> | |||
</tr> | |||
<tr> | |||
<td>Subsequent timeout (min)</td> | |||
<td>integer; Default: '''0'''</td> | |||
<td>A subsequent timeout value added to Initial timeout if the previous attempt to switch back to primary SIM failed. This value is increased every time an unsuccessful switch-back is made: | |||
'''new_timeout = old_timeout + subsequent_timeout''' | '''new_timeout = old_timeout + subsequent_timeout''' | ||
'''Example:''' Let's say you've configured a rule that dictates the router to switch to Secondary SIM if signal strength falls below -90 dBm and a rule that will switch back to Primary SIM with both the initial and subsequent timeouts of 1 minute (i.e., Initial timeout = Subsequent timeout = 1). If signal strength does indeed fall below this threshold, the router will switch to Secondary SIM card, wait 1 minute (Initial timeout), switch back to Primary SIM card, check the signal strength value and, if signal strength value is still below -90 dBm, switch back again to Secondary SIM card. This time the router will try to switch back to Primary SIM card after 2 minutes, i.e., new_timeout = old_timeout + subsequent_timeout = 1 minute + 1 minute = 2 minutes. The third time the router will 3 minutes, the fourth time - 4 minutes, and so on until the signal strength of the Primary SIM card rises above -90 dBm. | '''Example:''' Let's say you've configured a rule that dictates the router to switch to Secondary SIM if signal strength falls below -90 dBm and a rule that will switch back to Primary SIM with both the initial and subsequent timeouts of 1 minute (i.e., Initial timeout = Subsequent timeout = 1). If signal strength does indeed fall below this threshold, the router will switch to Secondary SIM card, wait 1 minute (Initial timeout), switch back to Primary SIM card, check the signal strength value and, if signal strength value is still below -90 dBm, switch back again to Secondary SIM card. This time the router will try to switch back to Primary SIM card after 2 minutes, i.e., new_timeout = old_timeout + subsequent_timeout = 1 minute + 1 minute = 2 minutes. The third time the router will 3 minutes, the fourth time - 4 minutes, and so on until the signal strength of the Primary SIM card rises above -90 dBm.</td> | ||
</tr> | |||
</table> | |||
==Network Operators== | ==Network Operators== | ||