[OpenSIPS-Users] Bare Bones
Alexander Shukaev
opensips at Alexander.Shukaev.name
Fri Oct 30 00:18:47 CET 2015
> It doesn't look like there's a password specified for the user in your
> DB
>
> Did you configure you UAC to use one?
Could it be because it's hashed? I'm under impression that it's stored
in 'ha1' and 'ha1b' fields in the encoded form due to
modparam("auth_db", "calculate_ha1", yes)
modparam("auth_db", "password_column", "password")
modparam("auth_db|uri", "db_url",
"postgres://opensips:$@localhost/opensips") # CUSTOMIZE ME
modparam("auth_db", "load_credentials", "")
> Also, did you use the opensipsdbctl create to build your user?
Of course, I'm pretty sure it was:
sudo opensipsdbctl create
sudo opensipsctl add 1234 1234
sudo opensipsctl add 5678 5678
More information about the Users
mailing list