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>
14 lines
655 B
Plaintext
14 lines
655 B
Plaintext
# =============================================================================
|
|
# Kamailio Credentials
|
|
# =============================================================================
|
|
# HA1-Hashes generieren:
|
|
# echo -n "username:sip.toppyr.de:PASSWORT" | md5sum | awk '{print $1}'
|
|
#
|
|
# Kopiere diese Datei nach kamailio-local.cfg und trage echte Hashes ein.
|
|
# kamailio-local.cfg wird NICHT ins Git committed!
|
|
# =============================================================================
|
|
|
|
# Credentials werden in kamailio.cfg request_route geladen:
|
|
# $sht(credentials=>tobias) = "HASH_HIER_EINSETZEN";
|
|
# $sht(credentials=>dotty) = "HASH_HIER_EINSETZEN";
|