From 9571f3896576f0d9a67c8d016e442046be0160d8 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 17 Oct 2023 21:59:47 +0200 Subject: [PATCH] Add notice about YWSD in docs --- docs/reference/ywsd.md | 10 ++++++++++ mkdocs.yml | 1 + 2 files changed, 11 insertions(+) create mode 100644 docs/reference/ywsd.md diff --git a/docs/reference/ywsd.md b/docs/reference/ywsd.md new file mode 100644 index 0000000..7783dc6 --- /dev/null +++ b/docs/reference/ywsd.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index fb69b8f..57294f4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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