- 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
Merged #46.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/46#event-226210600
I merged the patch and then renamed the new parameter import_all_avp to radius_avps_mode to be more suggestive about what kind of AVPs are controlled with this parameter.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/46#issuecomment-71873174