Module: kamailio Branch: master Commit: 2fdcdc8fd1c89ba5a00b962424a2c38b80e76acb URL: https://github.com/kamailio/kamailio/commit/2fdcdc8fd1c89ba5a00b962424a2c38b80e76acb
Author: Alexander Bakker <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-05-04T11:49:21+02:00 acc_json: fix docs typo in pre-encoded prefix modparam name --- Modified: src/modules/acc_json/doc/acc_json_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/2fdcdc8fd1c89ba5a00b962424a2c38b80e76acb.diff Patch: https://github.com/kamailio/kamailio/commit/2fdcdc8fd1c89ba5a00b962424a2c38b80e76acb.patch --- diff --git a/src/modules/acc_json/doc/acc_json_admin.xml b/src/modules/acc_json/doc/acc_json_admin.xml index 8d3ae12bf8f..1522cf68fb3 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!
