Add README.md

This commit is contained in:
Christopher Cookman 2026-06-15 06:12:46 -06:00
parent f3bbb2088d
commit 50ece8ba2f

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# 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