From e29a6cfb150ba0249e3d3608a2de5ed8d998cd90 Mon Sep 17 00:00:00 2001 From: Diederik de Groot Date: Sun, 4 Mar 2018 13:22:04 +0100 Subject: [PATCH] Explain reason for Repo --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e985a1..43d04b2 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# Provision Sccp Phones +# Provisioner for Skinny/Sccp Phones + +Skinny/SCCP Phones expect all the firmware and configuration jumbled together in the root of the tftp directory, which looks very messy to me. + +To get around this, the provision_sccp project uses regex rewrite rules, to redirect incoming traffic to their destination (currently nginx and tftp-hpa). + +The project also serves as a repository of current / up to date cisco skinny/sccp firmware maintained for posterity (incase cisco were to drop support/fw-download for these phones).