Module: kamailio
Branch: 5.2
Commit: 983f6436719f5cb388b165ec6474be631263e2fb
URL:
https://github.com/kamailio/kamailio/commit/983f6436719f5cb388b165ec6474be6…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-09-27T18:22:34+02:00
dialog: two spelling fixes in docs, small rephrasing
(cherry picked from commit 21af49a8db75b80e6a910e6b6ed0412bbcf5608a)
---
Modified: src/modules/dialog/doc/dialog_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/983f6436719f5cb388b165ec6474be6…
Patch:
https://github.com/kamailio/kamailio/commit/983f6436719f5cb388b165ec6474be6…
---
diff --git a/src/modules/dialog/doc/dialog_admin.xml
b/src/modules/dialog/doc/dialog_admin.xml
index 4b111fb27a..0a461185ee 100644
--- a/src/modules/dialog/doc/dialog_admin.xml
+++ b/src/modules/dialog/doc/dialog_admin.xml
@@ -1582,8 +1582,8 @@ modparam("dialog", "h_id_start", 5)
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
+ &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).
</para>