Appearance
Call display
Configuration via GUI
You can configure the call display via the GUI. To do this, click on the settings icon in the top right corner of the display.
The GUI shows the configuration of the current display and a URL with the current configuration. You can copy this URL and use it to configure other displays.
Configuration via URL
You can use the following URL-Parameters to configure the call display:
Parameter | Description | Possible values | Example |
---|---|---|---|
sections | Only display calls from these sections | Comma-separated list of section IDs | sections=1,3,4 |
ignore_sections_time | Ignore the sections filter during a specific time window | Start and End Time, separated by - | ignore_sections_time=21:00-06:00 |
ignore_sections_filter_for_call_types | Ignore the sections filter for all listed call types | Comma-separated list of call type IDs | ignore_sections_filter_for_call_types=1,3,4 |
fullscreen | Enable the fullscreen mode by default | 0 or 1 | fullscreen=1 |
layout | Set the default display layout | grid or list | layout=list |
locale | Set the display langugae | de , it , fr or en | locale=en |
videostream | Show video streams (defaults to 1 ) | 0 or 1 | videostream=0 |
fontsize | Sets the font size (used for high resolution displays) | 'normal', 'larger' or 'largest' | fontsize=larger |
Example settings
The first setting can be added after a ?
symbol. All other settings have to be separated by a &
symbol.
Display all calls in fullscreen mode
Display calls from section 3 without fullscreen mode
Display calls from section 3 but show emergency calls (ID=4) from all sections
http://caresuite/display?sections=3&ignore_sections_filter_for_call_types=4
Display calls from sections 1 and 2 in fullscreen mode
Display calls from sections 1 and 2 in fullscreen mode, show calls from all sections at night (21:00 - 06:00)
http://caresuite/display?sections=1,2&fullscreen=1&ignore_sections_time=21:00-06:00