Commit Graph

4 Commits

Author SHA1 Message Date
Dotty Dotter
a4ad5f2de7 fix: Kamailio t_relay_to_tcp — Force TCP relay
Kamailio läuft TCP-only, t_relay versuchte per UDP zu routen.
t_relay_to_tcp erzwingt TCP für alle Relays.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 21:55:41 +02:00
Dotty Dotter
934c832fdf fix: Kamailio Auth — HA1-Flag und htable initval korrigiert
- pv_www/proxy_authenticate: Flag "1" statt "0" (HA1 statt Plaintext)
- htable: initval=0 entfernt (verhinderte Credential-Ladung)
- pv_auth_check durch pv_www/proxy_authenticate ersetzt (5.5.2 Kompatibilität)
- Module-Reihenfolge: usrloc vor nathelper
- nathelper: sipping_from Parameter hinzugefügt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 21:26:22 +02:00
Dotty Dotter
39e0052eac feat: Kamailio SIP Proxy hinzugefügt (Dotty Phone)
Kamailio als TCP-only SIP Proxy für Voice-Interface mit Openclaw.
TLS-Terminierung via Traefik auf Port 5061 (Let's Encrypt).
Zwei SIP-Accounts: tobias (Linphone iOS) und dotty (Mac Mini Asterisk).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 19:48:27 +02:00
Dotty
6e6ff63f08 Add full stack configuration
- docker-compose.yml with all services
- .env.example with placeholder secrets
- Landing page HTML
- Gitea→OpenProject webhook script
- Comprehensive README with architecture docs
2026-03-28 19:04:45 +01:00