You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
406 B
Markdown
24 lines
406 B
Markdown
# FieldPOC
|
|
|
|
A simple to use, good enough phone system for medium sized DECT networks.
|
|
|
|
## 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
|
|
```
|