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
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:
17
docs-site/content/vps-asterisk-dev.md
Normal file
17
docs-site/content/vps-asterisk-dev.md
Normal 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.
|
||||
Reference in New Issue
Block a user