Monster UI App to View and Retrieve Parked Calls
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ruel Tmeizeh ad1e312d95 Minor comment/formatting changes, etc. 5 years ago
i18n Added all the other files. 5 years ago
metadata Added license info to app.json 5 years ago
style Added all the other files. 5 years ago
views Added all the other files. 5 years ago
LICENSE Create LICENSE 5 years ago
README.md Added to readme 5 years ago
app-build-config.json Added all the other files. 5 years ago
app.js Minor comment/formatting changes, etc. 5 years ago

README.md

Parking Lot for Monster-UI

This app allows you to view and pickup parked calls, by clicking them on the screen.

You can also see and call the person who parked the call.

Installation

Clone the repository to your Monster UI apps directory (often /var/www/html/monster-ui/apps, but may be different on your system). Then you may register the app on KAZOO with a sup command (with your specific Crossbar API location):

cd /var/www/html/monster-ui/apps

git clone https://github.com/ruhnet/monster-ui-parkinglot parkinglot

sup crossbar_maintenance init_app '/var/www/html/monster-ui/apps/parkinglot' \
'http://mycrossbarapi.tld:8000/v2'

Parking Lot Main Screen