Monster UI Application: Provides an app to view and download call recordings for KAZOO
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'