Module: kamailio Branch: 5.2 Commit: dfe5422a70c264af3428e27decf82ab05024b048 URL: https://github.com/kamailio/kamailio/commit/dfe5422a70c264af3428e27decf82ab0...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-09-27T18:31:35+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/dialog/README
---
Diff: https://github.com/kamailio/kamailio/commit/dfe5422a70c264af3428e27decf82ab0... Patch: https://github.com/kamailio/kamailio/commit/dfe5422a70c264af3428e27decf82ab0...
---
diff --git a/src/modules/dialog/README b/src/modules/dialog/README index 18ea72d4f5..a0fa0ccdea 100644 --- a/src/modules/dialog/README +++ b/src/modules/dialog/README @@ -1375,10 +1375,11 @@ modparam("dialog", "h_id_start", 5) selected at startup, then incremented by 1 for each new dialog. Setting h_id_start and h_id_step to non-default values should be done when using dlg_db_load_callid(...) or dlg_db_load_extra() to load dialog - records generated by another Kamailio instance, making also sure that - those Kamailio nstances are not going to generate overalapping dialog - hash id values by using different h_id_start and the same h_id_step - (h_id_step has to be greater than the maximum value of h_id_start). + records generated by another Kamailio instance. Pay attention to ensure + that those Kamailio instances are not going to generate overlapping + dialog hash id values by using different h_id_start and the same + h_id_step (h_id_step has to be greater than the maximum value of + h_id_start).
Default value is “1”.