Module: kamailio Branch: 6.1 Commit: 0a3db968d0c816235d45db5c3a7c2493225d8471 URL: https://github.com/kamailio/kamailio/commit/0a3db968d0c816235d45db5c3a7c2493225d8471
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-03-04T06:17:07Z registrar: fix wrong example for default_expires_range (cherry picked from commit 5f7aeeddb91a7eee57a1640d08ea5c367062c7d2) --- Modified: src/modules/registrar/doc/registrar_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/0a3db968d0c816235d45db5c3a7c2493225d8471.diff Patch: https://github.com/kamailio/kamailio/commit/0a3db968d0c816235d45db5c3a7c2493225d8471.patch --- diff --git a/src/modules/registrar/doc/registrar_admin.xml b/src/modules/registrar/doc/registrar_admin.xml index 32cc48631bf..2357590197c 100644 --- a/src/modules/registrar/doc/registrar_admin.xml +++ b/src/modules/registrar/doc/registrar_admin.xml @@ -171,7 +171,7 @@ modparam("registrar", "default_expires", 1800) <title>Set <varname>default_expires_range</varname> parameter</title> <programlisting format="linespecific"> ... -modparam("registrar", "default_expires_range", 30) # +- 30% from default_expires +modparam("registrar", "default_expires_range", 30) # expires within [0.7*default_expires .. default_expires] ... </programlisting> </example> _______________________________________________ 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!
