Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)