The pv_auth_check has a flags and a checks parameter but the flags
parameter is used for both. This means that if flags has the 1-bit set
it will enable both HA1-passwords and from/to URI checks and setting the
1-bit in the checks parameter does not do anything.
This fixes the parameters so that the checks parameter is used for the
to/from URI checks.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/49
-- Commit Summary --
* auth: use correct parameter for pv_auth_check checks
-- File Changes --
M modules/auth/auth_mod.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/49.patch
https://github.com/kamailio/kamailio/pull/49.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/49