RBX-Door-Phone/README.md

14 lines
640 B
Markdown

# Roblox Door Phone Demo
This is exactly what it says, a demo. I don't have, and will never intend to have any plans to make this a full released product, but it was neat, so I'm releasing it for anyone who wants to screw with it.
Here's the jist:
- Phone in game has a button, when pressed it makes a web request.
- Web request goes to node server (see index.js)
- Node server uses AMI to tell asterisk to call someone.
- Asterisk calls, person answers, press button, door opens. Simple!
I implemented this in a super basic way, with no rate limits, no auth, just generally no security in the slightest, so be wary.
Have fun :)
- Chris