Kommunikationsdokumentation ergänzen
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 21s
Build and Push Docker Images / build-frontend (push) Successful in 2m29s
Build and Push Docker Images / build-website (push) Successful in 22s
Build and Push Docker Images / build-docs (push) Successful in 57s

Dokumentiert Matrix-Kommunikation, Telekom-Telefonie und den VPS-Asterisk-Entwicklungsbetrieb.
This commit is contained in:
2026-06-03 09:27:20 +02:00
parent 47a9af26fe
commit 427c0580c4
4 changed files with 492 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# FEDEO Dev mit VPS-Asterisk
Der Easybell-Trunk liegt auf dem Testserver `188.245.76.1`. Lokal braucht FEDEO nur den WebSocket-Endpunkt und einen AMI-Tunnel.
## AMI-Tunnel starten
```sh
ssh -i /private/tmp/fedeo_testserver_key -N -L 5038:127.0.0.1:5038 root@188.245.76.1
```
## Backend mit VPS-Asterisk starten
```sh
./scripts/start-backend-vps-asterisk.sh
```
Die Variablen liegen in `telephony/vps-asterisk.env`. Dort werden keine Provider-Zugangsdaten gespeichert; der Trunk bleibt auf dem VPS.