El Tuesday 24 July 2007 16:17:51 Iñaki Baz Castillo escribió:
Hi, I've configured:
modparam("auth_db", "calculate_ha1", 0) modparam("auth_db", "password_column", "ha1") # Default value modparam("auth_db", "password_column_2", "ha1b") # Default value
Twinkle softphone uses digest with "username=user@domain" so OpenSer verifies the hash with the "ha1b" column and it works well, it's authenticated.
But Linksys PAP2 uses digest with just "username=user" so OpenSer uses "ha1" column. I don't know why but it fails.
Sorry, it was a failure of mine, I didn't create the Linksys PAP2 SIP users in OpenSer with "openserctl add" so I forgot to calculate and add the "ha1" column XD
Now it works ;)