From 2d056baf7ecd34309b4f97c97bb5a5cefec1374a Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 1 Aug 2023 18:29:09 +0200 Subject: [PATCH] Add some basic README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3d31e3d..a29c509 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ # Asterisk Queue Manager + +This software allows call center staff to see which phones are currently +available and to place individual phones in a queue. + +## Requirements + +* Asterisk with AMI +* Webserver with PHP (tested with 8.2)