Files
provision_sccp/README.md
Diederik de Groot 4ad255eccb Update README.md
2018-03-04 23:36:32 +01:00

16 lines
822 B
Markdown

# 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).
## Dependencies
- [tftp-hpa](http://www.chschneider.eu/linux/server/tftpd-hpa.shtml)
- [nginx](https://www.nginx.com/resources/wiki/)
[Code of Conduct](https://github.com/dkgroot/provision_sccp/blob/master/CODE_OF_CONDUCT.md)
[License](https://github.com/dkgroot/provision_sccp/blob/master/LICENSE)