- 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
Patch Links:
—
Reply to this email directly or view it on GitHub.