Pre-Submission Checklist

Type Of Change

Description

New parameter to add json in an accounting/CDR field and prevent unwanted json escaping.

Example:

modparam("acc_json", "acc_extra", "json_data=$avp(json_data);")
modparam("acc_json", "acc_json_pre_encoded_prefix", "json_")
...
$avp(json_data) = '{"b":2, "c":3}';
...

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2699

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.