Add notice about YWSD in docs

This commit is contained in:
2023-10-17 21:59:47 +02:00
parent c21f8f0e16
commit 9571f38965
2 changed files with 11 additions and 0 deletions
docs/reference
mkdocs.yml

10
docs/reference/ywsd.md Normal file

@ -0,0 +1,10 @@
# YWSD
FieldPOC is using [Yate Wähl System Digital](https://github.com/eventphone/ywsd) for call routing.
The routes are stored in a PostgreSQL database that is populated by FieldPOC.
Actual routing is handled by the YWSD software that is started as part of FieldPOC.
When FieldPOC stopped, YWSD is stopped to.
Therefore running calls will continue as long as everything else is working.
But new calls can not be established.

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