Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t3n/saps
A django application to provision snom phones with sipgate as sip provider.
https://github.com/t3n/saps
sipgate snom
Last synced: 5 days ago
JSON representation
A django application to provision snom phones with sipgate as sip provider.
- Host: GitHub
- URL: https://github.com/t3n/saps
- Owner: t3n
- License: mit
- Created: 2020-02-26T08:16:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T05:00:38.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T14:21:43.487Z (over 1 year ago)
- Topics: sipgate, snom
- Language: Python
- Homepage:
- Size: 167 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snom Autoprovisioning Service
![repo status: WIP](https://img.shields.io/badge/repo%20status-WIP-yellow)
[![license: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)>A django application to provision snom phones with sipgate as sip provider.
## Project Status
Alpha, everything is subject to change.
## Table of Contents
- [Background](#background)
- [Install](#install)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Background
## Install
```bash
$ python manage.py loaddata phonetype
$ python manage.py loaddata firmware
$ python manage.py loaddata language
$ python manage.py loaddata setting
```Set Sites domain name.
## Usage
## Contributing
PRs accepted.
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
[MIT](LICENSE)