Module: kamailio Branch: master Commit: 54fc2949103a65d93ece7eae42858644a1f5c54e URL: https://github.com/kamailio/kamailio/commit/54fc2949103a65d93ece7eae42858644a1f5c54e
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-24T12:33:57+01:00 sipdump: docs for fagex parameter --- Modified: src/modules/sipdump/doc/sipdump_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/54fc2949103a65d93ece7eae42858644a1f5c54e.diff Patch: https://github.com/kamailio/kamailio/commit/54fc2949103a65d93ece7eae42858644a1f5c54e.patch --- diff --git a/src/modules/sipdump/doc/sipdump_admin.xml b/src/modules/sipdump/doc/sipdump_admin.xml index c345a389b1b..c07c39ec1f6 100644 --- a/src/modules/sipdump/doc/sipdump_admin.xml +++ b/src/modules/sipdump/doc/sipdump_admin.xml @@ -240,6 +240,32 @@ modparam("sipdump", "fprefix", "ksipdump-") # cleanup files older than two days modparam("sipdump", "fage", 172800) ... +</programlisting> + </example> + </section> + <section id="sipdump.p.fagex"> + <title><varname>fagex</varname> (str)</title> + <para> + Age as a time expression for the created files to be removed if they + become older. It overwirtes the 'fage' parameter. The value can be + numbers followed by time units: d - days; h - hours; m - minutes; + s - seconds. + </para> + <para> + <emphasis> + Default value is empty (no cleanup of created files). + </emphasis> + </para> + <example> + <title>Set <varname>fagex</varname> parameter</title> + <programlisting format="linespecific"> +... +# cleanup files older than 2 days +modparam("sipdump", "fagex", "2d") + +# cleanup files older than 2 days, 6 hours, 40 minutes and 30 seconds +modparam("sipdump", "fagex", "2d6h40m30s") +... </programlisting> </example> </section> _______________________________________________ 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!
