Module: kamailio
Branch: master
Commit: 7074b6fdb46e923264698b02ee8d96c6b6670169
URL: 
https://github.com/kamailio/kamailio/commit/7074b6fdb46e923264698b02ee8d96c6b6670169

Author: Kamailio Dev <[email protected]>
Committer: Kamailio Dev <[email protected]>
Date: 2025-09-10T14:16:11+02:00

modules: readme files regenerated - dispatcher ... [skip ci]

---

Modified: src/modules/dispatcher/README

---

Diff:  
https://github.com/kamailio/kamailio/commit/7074b6fdb46e923264698b02ee8d96c6b6670169.diff
Patch: 
https://github.com/kamailio/kamailio/commit/7074b6fdb46e923264698b02ee8d96c6b6670169.patch

---

diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README
index c09c86c5016..fd49ce880e7 100644
--- a/src/modules/dispatcher/README
+++ b/src/modules/dispatcher/README
@@ -873,15 +873,14 @@ modparam("dispatcher", "ds_retain_latency_stats", 1)
 
 3.29. ds_latency_estimator_alpha (int)
 
-   The value to be used to control the memory of the estimator EWMA
-   "exponential weighted moving average" or "the speed at which the older
-   samples are dampened" a good explanation can be found here :
-   http://www.itl.nist.gov/div898/handbook/pmc/section3/pmc324.htm Because
-   Kamailio doesn't support float parameter types, the value in the
-   parameter is divided by 1000 and stored as float. For example, if you
-   want to set the alpha to be 0.75, use value 750 here.
-
-   Default value is “900 => 0.9”.
+   The parameter decides how important each latency ping observation is in
+   the calculation of the EWMA. The higher the value of alpha, the more
+   closely the EWMA tracks the original time series. Because Kamailio
+   doesn't support float parameter types, the value in the parameter is
+   divided by 1000 and stored as float. For example, if you want to set
+   the alpha to be 0.25, use value 250 here.
+
+   Default value is “100 => 0.1”.
 
    Example 1.31. Set the “ds_latency_estimator_alpha” parameter
 ...

_______________________________________________
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!

Reply via email to