Module: kamailio Branch: master Commit: fb72db05efbcc2f47d4212e028fe110a933a20a3 URL: https://github.com/kamailio/kamailio/commit/fb72db05efbcc2f47d4212e028fe110a933a20a3
Author: Xenofon Karamanos <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-26T13:21:57+01:00 topos: docs: Add docs for new param - methods_update_time --- Modified: src/modules/topos/doc/topos_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/fb72db05efbcc2f47d4212e028fe110a933a20a3.diff Patch: https://github.com/kamailio/kamailio/commit/fb72db05efbcc2f47d4212e028fe110a933a20a3.patch --- diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml index cdf0529d2ba..3edadf8b171 100644 --- a/src/modules/topos/doc/topos_admin.xml +++ b/src/modules/topos/doc/topos_admin.xml @@ -634,6 +634,25 @@ modparam("topos", "version_table", 0) </programlisting> </example> </section> + <section id="topos.p.methods_update_time"> + <title><varname>methods_update_time</varname> (str)</title> + <para> + List of SIP methods (comma separated) for which the dialog timestamp (rectime) should be updated in the topos_d table when processing in-dialog requests. This allows extending the dialog lifetime for specific methods beyond the initial INVITE. + </para> + <para> + <emphasis> + Default value is <quote>SUBSCRIBE</quote>. + </emphasis> + </para> + <example> + <title>Set <varname>methods_update_time</varname> parameter</title> + <programlisting format="linespecific"> +... +modparam("topos", "methods_update_time", "SUBSCRIBE,UPDATE,INVITE") +... +</programlisting> + </example> + </section> </section> <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!
