# ============================================================================= # 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";