Module: kamailio
Branch: master
Commit: 21af49a8db75b80e6a910e6b6ed0412bbcf5608a
URL:
https://github.com/kamailio/kamailio/commit/21af49a8db75b80e6a910e6b6ed0412…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-09-27T18:15:25+02:00
dialog: two spelling fixes in docs, small rephrasing
---
Modified: src/modules/dialog/doc/dialog_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/21af49a8db75b80e6a910e6b6ed0412…
Patch:
https://github.com/kamailio/kamailio/commit/21af49a8db75b80e6a910e6b6ed0412…
---
diff --git a/src/modules/dialog/doc/dialog_admin.xml
b/src/modules/dialog/doc/dialog_admin.xml
index a47989eb36..033ffdd2df 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>