AASTRA SIP-DECT (Release 2.1)- OM System Manual - Installation, Administration and Maintenance EN User Manual

Page 143

Advertising
background image

SIP – DECT OM System Manual Release 2.1

7 Configuration und Administration Aspects

depl-1230/1.3

Page: 143 (196)

The RFP will retry to get the configuration files, starting with an interval of 1 minute and
doubling this interval with each retry, not exceeding the update check interval (either
default or configured).

If the RFP is using DHCP, a renew of the lease is scheduled so that possible changes in
DHCP configuration will be detected.

Failures in getting the configuration files is reported via Syslog.

Handling of parameter changes
A change of a parameter (DHCP / OM Configurator, RFP config files) does not necessarily
mean a change of the RFP configuration because the parameter could be covered up or
previously set by using an alternative way.

Example 1:
IP address of a Syslog Daemon has been changed in “ipdect.cfg” but is covered up by
“<MAC>.cfg” in which this parameter has not been changed.
Example 2:
A parameter is new in “<MAC>.cfg” but has been set previously in “ipdect.cfg” with the
same parameter value.

Only if a parameter change causes a change of RFP configuration as a sum of e.g. DHCP /
OM Configurator, “ipdect.cfg” and “<MAC>.cfg” then the RFP will perform an configuration
update procedure.

Depending on the changed parameter an RFP configuration update is done:

On the fly without any service interruption e.g. IP address of a Syslog Daemon has been
changed.

With an application restart e.g. OMM IP address has been changed.

Configuration file syntax

##############################################################################
# sample configuration file for the OpenMobility system
# retrieved via the net using file transfer protocols
# like tftp, ftp or http
#
##############################################################################

# comments are starting with the hash sign: "#"
#

##############################################################################
##
# BOOL variables support the following values
# YES Y 1 TRUE (case does not matter)
# NO N 0 FALSE (case does not matter)
# other values are interpreted as false
#
##############################################################################
# configuration files check interval
# time interval for checking the remote cfg files in seconds

# minimum value is 300 (5 minutes)
# maximum value is 604800 (7 days)
OM_ConfigCheckInterval=500
##############################################################################
# personal configuration files
# personal configuration files have the following name
# <OWN-MAC>.cfg, where <OWN-MAC>.cfg is of the form
# e.g. 003042ABCDEF.cfg

# all RFPs will also load the <OWN-MAC>.cfg file
OM_PersonalConfigAll=1 # BOOL

Advertising