Skip to content

Commit

Permalink
modules: readme files regenerated - dialog ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Sep 27, 2019
1 parent 21af49a commit a1a32a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/modules/dialog/README
Expand Up @@ -1389,10 +1389,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”.

Expand Down

0 comments on commit a1a32a9

Please sign in to comment.