fieldpoc/README.md

24 lines
406 B
Markdown
Raw Normal View History

2022-06-19 12:46:49 +02:00
# FieldPOC
A simple to use, good enough phone system for medium sized DECT networks.
2022-06-19 17:44:28 +02:00
## Development setup
Make sure you have [mitel_ommclient2]() in your Python modules path.
Add user credentials to your OMM to `fieldpoc_config.json`.
Edit `fieldpoc_extensions.json` to meet your preferences.
Start FieldPOC:
```
python -m fieldpoc.run
```
List some options:
```
python -m fieldpoc.run --help
```