Am Sun, 25 May 2025 15:11:09 -0000 schrieb James Morrison via sr-users sr-users@lists.kamailio.org:
How can I get the password in HA1 format?
It is an MD5 Hash of the string:
username:realm:password
So it depends what you have to authenticate agains.
If the clear text password is present, you can just build the md5 hash over the column separated string with the elements above.
If your passwords are pre-hashed with a specific realm, you have to hardcode that realm in the challenge sent.
Mit freundlichen Grüssen
-Benoît Panizzon-