Add docs for operating FieldPOC

This commit is contained in:
clerie 2023-10-14 20:59:36 +02:00
parent aa06353a18
commit 74d682272c
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Claim DECT extension
Get a DECT phone an connect it to a new DECT base station.
It will require an authentication code.
This code got specified while [setting up the OMM](../install/omm.md#dect-devices-subscription).
Wait for the base station registration succeed.
After the base station registration wait a bit more to get a temporary number assigned.
Then call `DECT claim token base` + `dect_claim_token`.
The call should succeed and the DECT phone got the claimed token assigned.

View File

@ -0,0 +1,8 @@
# Troubleshooting
## Registering DECT phone to base station does not work anymore
Make sure DECT `Subscription` is still set to `Subscription`.
Sometimes this changes back to `Off` by itself.
See [OMM setup](../install/omm.md#dect-devices-subscription)

View File

@ -18,3 +18,6 @@ nav:
- reference/configuration.md
- reference/extensions.md
- reference/controller.md
- Operation:
- operation/claim-dect-extension.md
- operation/troubleshooting.md