From 983f6436719f5cb388b165ec6474be631263e2fb Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Fri, 27 Sep 2019 18:15:25 +0200 Subject: [PATCH] dialog: two spelling fixes in docs, small rephrasing (cherry picked from commit 21af49a8db75b80e6a910e6b6ed0412bbcf5608a) --- src/modules/dialog/doc/dialog_admin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/dialog/doc/dialog_admin.xml b/src/modules/dialog/doc/dialog_admin.xml index 4b111fb27a9..0a461185ee9 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).