Module: kamailio Branch: 6.0 Commit: 71911968ae89226ce1853876ea8fd82b7d7c2245 URL: https://github.com/kamailio/kamailio/commit/71911968ae89226ce1853876ea8fd82b7d7c2245
Author: Alexander Bakker <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-05-04T11:50:26+02:00 acc_json: fix docs typo in pre-encoded prefix modparam name (cherry picked from commit 2fdcdc8fd1c89ba5a00b962424a2c38b80e76acb) (cherry picked from commit fb53183b063af89ae490b869af7c58f1cf0149e2) --- Modified: src/modules/acc_json/doc/acc_json_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/71911968ae89226ce1853876ea8fd82b7d7c2245.diff Patch: https://github.com/kamailio/kamailio/commit/71911968ae89226ce1853876ea8fd82b7d7c2245.patch --- diff --git a/src/modules/acc_json/doc/acc_json_admin.xml b/src/modules/acc_json/doc/acc_json_admin.xml index 08bb113d06c..a7cca3a1a06 100644 --- a/src/modules/acc_json/doc/acc_json_admin.xml +++ b/src/modules/acc_json/doc/acc_json_admin.xml @@ -121,8 +121,8 @@ modparam("acc_json", "acc_extra", "via=$hdr(Via[*]); email=$avp(s:email)") </example> </section> - <section id="acc_json.p.acc_json_pre_encoded_prefix"> - <title><varname>acc_json_pre_encoded_prefix</varname> (string)</title> + <section id="acc_json.p.acc_pre_encoded_prefix"> + <title><varname>acc_pre_encoded_prefix</varname> (string)</title> <para> Prefix to identify values that will be considered to be already json encoded. </para> @@ -130,11 +130,11 @@ modparam("acc_json", "acc_extra", "via=$hdr(Via[*]); email=$avp(s:email)") Default value is NULL. </para> <example> - <title>acc_json_pre_encoded_prefix example</title> + <title>acc_pre_encoded_prefix example</title> <programlisting format="linespecific"> ... modparam("acc_json", "acc_extra", "json_data=$avp(json_data);") -modparam("acc_json", "acc_json_pre_encoded_prefix", "json_") +modparam("acc_json", "acc_pre_encoded_prefix", "json_") ... $avp(json_data) = '{"b":2, "c":3}'; ... _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
