18 lines
857 B
Markdown
18 lines
857 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/)
|
|
|
|
## Want to Contribute:
|
|
[Code of Conduct](https://github.com/dkgroot/provision_sccp/blob/master/CODE_OF_CONDUCT.md)
|
|
|
|
## License:
|
|
[License](https://github.com/dkgroot/provision_sccp/blob/master/LICENSE)
|