Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width90%
Panel
titleBGColor#F0F0F0
titleValid for N610 but not supported by N670 / N870 / N870E. Software 2.52 or higher is needed.

If in a business environment more DECT coverage is needed, the best solution is to create an (Mini) multicell solution. A multicell offers more reliability, stability and parallel calls then a repeater solution.

If in some cases, a repeater solution is enough, the N610 supports unencrypted repeaters.An Gigaset repeater can be used with the N610, for now unencrypted is supported

Repeater functionality:

  • Up to 6 repeaters in star arrangement
  • Connection is unencrypted
  • 2 narrowband calls in extended DECT range
  • Activation via provisioning

N670 and N870 do not support repeaters, for the N670/N870 (mini) multi-cell is available. 

Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning

(warning) DO NOT apply following provisioning file to any N670/N870/N870E.

Following provisioning file does apply RPN=1 to all base stations of a single cell system, so to the one and only local base.

Wildcard provisioning does not automatically synchronize settings for all 'ConfirmedBaseStations'!

Reboot is needed after successful provisioning to get this synchronized.


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

		<!-- ATTENTION: DO NOT apply this provisioning xml to N670/N870 system!!! It will break your N670/N870 system-->
    
		<param name="dm.local.LocalBaseRpn" value="1"/>
    
    	<!-- Wildcard provisioning is not immediately synchronized to table of ConfirmedBaseStations!!! -->
    	<!-- So please replace wildcard '@' by mac address of your N610, or reboot the base after successful provisioning. -->
    	<param name="ConfirmedBaseStations.@.ucRpnIndex" value="0x1" />
    	
		<param name="DmGlobal.0.DECTCipherDisable" value="1" />
    	<param name="DmGlobal.0.DECTEnhancedEncryption" value="0" />
    	<param name="DmGlobal.0.DECTCfSettings" value="0x00" />
    	<param name="DmGlobal.0.DECTBlindslots" value="0x0aaa" />
    	<param name="DmGlobal.0.WidebandEnabled" value="0" />
        <param name="DmGlobal.0.DECTDSAA2" value="0" />
   </nvm>
</provisioning>

Examples of provisioning files


Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleHow to check in Web-UI and with handset MMI?

DECT Settings → DECT Encryption, early Encryption and re-keying is disabled to support transparent repeater operation.

Telephony → Audio → Wideband Support must stay decativated to support transparent repeater operation:


With handset you could check the RPN in the RFP-Scan procedure


If repeater support is deactivated RPN ends with '0' or '8'.

If repeater support is activated RPN ends with '1' or '9'.

Repeater might show up in RFP-scanning with RPN ending with '2..7' or 'a..f'.

...