Skip to content

Files

Latest commit

1b54149 · Feb 8, 2023

History

History
executable file
·
29 lines (22 loc) · 989 Bytes

README.md

File metadata and controls

executable file
·
29 lines (22 loc) · 989 Bytes

monster-ui-recordings-community

Monster UI Application: Provides an app to view and download call recordings for KAZOO

Screenshots

recordings-list settings

Installation

After cloning the repository, move the application to your Monster UI apps folder

mv monster-ui-recordings-community /var/www/html/monster-ui/apps/recordings-community

Instruct SELinux to allow httpd to read the folder

chcon -R -t httpd_sys_content_t /var/www/html/monster-ui/apps/recordings-community

Enable the recordings API

sup crossbar_maintenance start_module cb_recordings

Register the application with crossbar (replace the IP and port with your hostname and port)

sup crossbar_maintenance init_app '/var/www/html/monster-ui/apps/recordings-community' 'http://10.100.12.1:8000/v2'