Appearance
Call display
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 - | 21:00-06:00 |
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 |
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 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