Search the Community
Showing results for tags 'monster-ui'.
-
"Parking Lot" - Open Source App for Monster UI
RuhNet posted a topic in PSTN, Software, and Services
I just made my first Monster UI app: Parking Lot. The app shows a graphical display of currently parked calls on the system (updated every 30 seconds), with caller information, and the slot where the call is parked. You can retrieve a call by clicking on the caller, or various other points on the parked call box. A quickcall will be initiated between your phone and the parked caller. When you rest on a parked call, the user who parked it is looked up and shown. You can click on their name/extension to be connected with them, on the device they used to park the call (you want to ask them questions about the caller they parked etc.) The application is available at GitHub: https://github.com/ruhnet/monster-ui-parkinglot No dependencies/external library requirements. GPLv3 License. Try it out and let me know what you think!- 5 replies
-
- monster
- monster-ui
-
(and 4 more)
Tagged with:
-
When dialing in from an external number and either entering an extension or using the directory we'd like the call to go straight to voicemail. For internal calls we'd like the call to ring the user devices first. I believe I'm going to have to edit the callflow with the API and prefix a 0 (to send to voicemail) if the call is external. Has anyone done this or does anyone have any advice?