diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea5dd67 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file