Add fieldpoc

This commit is contained in:
Jakob Lechner 2025-07-20 23:43:13 +02:00
parent 99560ea408
commit c5e0d02218
11 changed files with 211 additions and 25 deletions

29
docs/fieldpoc.md Normal file
View file

@ -0,0 +1,29 @@
# FieldPOC
A simple to use, good enough phone system for medium sized DECT networks.
## Setup
### Open AXI port on OMM
```text
ssh omm@$omm
ommconsole
cnf sys uap on
```
### Generate secrets
example `secrets.yaml`:
```yaml
fieldpoc:
omm: s0m3Pa55w0rd
sip: 000102030405060708090a0b0c0d0e0f
```
sipsecret **must** be a 32 character long hexadecimal string.
```bash
nix run nixpkgs#openssl -- rand -hex 16
```