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