Add fieldpoc
This commit is contained in:
parent
99560ea408
commit
c5e0d02218
11 changed files with 211 additions and 25 deletions
29
docs/fieldpoc.md
Normal file
29
docs/fieldpoc.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue