Custom Wallboards
Here are a couple of custom wallboard designs that you can set up for your Vodia PBX.
Tip: Ensure you have set 'Read content for global and domain files' to 'Read from file system' under System Network → Ports
You can install these 2 designs in parallel and use Call Queue settings to toggle between them, i.e., 'overview' or 'queue details'.
Wallboard Rows Design
This design provides a row-based layout for displaying call queue information.
Preview
Installation
- Add this wallboard JS file to the folder
pbxwebai/js/
- Customize the
usr_wallboard2.htm
at tenant level or user level with this file
Wallboard Overview Glass Design
This design features a modern glass-style interface for wallboard overview.
Preview
Installation
- Add the wallboard JS file to the folder
pbxwebai/js/
- Customize the
usr_wallboard.htm
at tenant level or user level with this file
Configuration Notes
- Both designs can be installed simultaneously
- Use Call Queue settings to switch between different wallboard views
- Ensure proper file permissions are set for the
pbxwebai/js/
directory - Test the wallboard functionality after installation to verify proper operation
Troubleshooting
If the wallboard doesn't display correctly:
- Verify that the files are placed in the correct directory (
pbxwebai/js/
) - Check that the 'Read content for global and domain files' setting is configured properly
- Ensure the
usr_wallboard2.htm
file references the correct wallboard design file - Review system logs for any errors related to file access or JavaScript execution