Version 6.3.5.5 Release 08.09.2022

<< Click to Display Table of Contents >>

Navigation:  Changelog > Infoserver >

Version 6.3.5.5 Release 08.09.2022

This version contains the following components

 

Cordaware bestinformed Web Interface (Version 6.1.9.2)

Cordaware bestinformed Infoserver (Version 6.1.37)

Cordaware bestinformed Infoclient (Version 6.3.5.5)

Cordaware bestinformed Database (Version 6.3.0.1)

Cordaware bestinformed Migration 5 to 6 (Version 1.0.2.0)

 

New functions in the web interface

 

System

oThe display of the number of CALs in the license status has been extended by the display of the External Connections: "(<Number of Users>, <Number of Mobile>, <Number of Concierge>) CALs" -> "(<Number of Users>, <Number of Mobile>, <Number of Concierge>, <Number of External>) CALs".

oThe name of the survey maillink can be customized - for this purpose there is now the following new setting in the serverboard.

[bi_survey] maillink = Umfrage-Link (default value)

Alarm

oAlphabetical sorting of the plan for alarm locations.

oRestricted export of marked and visible devices in ASM.

oThis new serverboard setting can be used to disable the alarm section removal feature for unmapped devices:

[asm] ini_erase = true/false (default: true)

oWith this new serverboard setting the name of the location can be automatically inserted in the file export of the devices as description:

[asm] export_fullname = true/false (default: false)

 

Fixed bugs in the web interface

 

oFixed an internal error when matching JSON records.

 

New Infoserver functions

 

oThe random generator when sending an Info now also works with periodic Infos.

For example, it is now possible to create a staggered Info that addresses 10% of all Infoclients every 5 minutes after 50 minutes, all clients will have received an Info.

REST API

oA new boolean value is taken into account when querying currently active Infos. -> Currently active Infos that have already been canceled are now no longer returned by the "running" action!

oNew parameters are available for the actions "all", "running" and "history":

"begin"/"end": "2022-09-08T15:30:00.123456Z" - As timestamp in ISO 8601 format.

"month": 5 - The month as a number.

"year": 2022 - The year as a number.

"includerecipient": true/false - As a boolean value, if set to "true", the request response will include the number of sent Infos ("_sent"), the number of recipients ("_received") and the number of responses ("_response") of the respective Infos.

oThere are new parameters for the actions "received", "sent" and "response":

"countonly": true/false - As a boolean value, if set to "true", only the respective count will be included in the response.

 

Fixed bugs in the Infoserver

 

oOpen-ended Infos forwarded through a forwarding filter was limited to a runtime of 1 minute, this has been fixed.

oThe functionality of the random generator was improved.