- added modparam import_all_avp parameter (int, true if not zero)
- reading all RADIUS AV-pairs to kamailio avp (not only SIP-AVP, if import_all_avp set to
true)
- skiping name part of value (example: from RADIUS we recieve name - h323-x-header, value
-
"h323-x-header=blah-blah-blah", in kamailio we have name
h323-x-header, value - "blah-blah-blah"), only for non SIP-AVP
- all old comments are taken into account
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/46
-- Commit Summary --
* Improoved working with RADIUS AV pairs
-- File Changes --
M modules/auth_radius/authrad_mod.c (10)
M modules/auth_radius/authrad_mod.h (1)
M modules/auth_radius/sterman.c (149)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/46.patch
https://github.com/kamailio/kamailio/pull/46.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/46