Module: kamailio Branch: master Commit: 728067eef9d5d1dd05d0000e329fa6a739f5e2cf URL: https://github.com/kamailio/kamailio/commit/728067eef9d5d1dd05d0000e329fa6a739f5e2cf
Author: Mikko Lehto <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-12-18T08:58:45+01:00 pv_headers: Fix documented function name * pvh_value_exists() -> pvh_header_param_exists() --- Modified: src/modules/pv_headers/doc/functions.xml --- Diff: https://github.com/kamailio/kamailio/commit/728067eef9d5d1dd05d0000e329fa6a739f5e2cf.diff Patch: https://github.com/kamailio/kamailio/commit/728067eef9d5d1dd05d0000e329fa6a739f5e2cf.patch --- diff --git a/src/modules/pv_headers/doc/functions.xml b/src/modules/pv_headers/doc/functions.xml index d4f14482ce0..f181b9787ee 100644 --- a/src/modules/pv_headers/doc/functions.xml +++ b/src/modules/pv_headers/doc/functions.xml @@ -142,7 +142,7 @@ </section> <section id="pv_headers.f.pvh_header_param_exists"> <title> - <function moreinfo="none">pvh_value_exists(hname, hparameter)</function> + <function moreinfo="none">pvh_header_param_exists(hname, hparameter)</function> </title> <para> Checks if the parameter <quote>hparameter</quote> is present in the header <quote>hname</quote> from XAVP. _______________________________________________ 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!
