Module: kamailio
Branch: master
Commit: 7a619c8f014a3c402942ef478ee76ce237b7e21a
URL:
https://github.com/kamailio/kamailio/commit/7a619c8f014a3c402942ef478ee76ce…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-01-09T10:01:48+01:00
modules: readme files regenerated - dialog ... [skip ci]
---
Modified: src/modules/dialog/README
---
Diff:
https://github.com/kamailio/kamailio/commit/7a619c8f014a3c402942ef478ee76ce…
Patch:
https://github.com/kamailio/kamailio/commit/7a619c8f014a3c402942ef478ee76ce…
---
diff --git a/src/modules/dialog/README b/src/modules/dialog/README
index d3bc615b53..4e3f43e99b 100644
--- a/src/modules/dialog/README
+++ b/src/modules/dialog/README
@@ -438,9 +438,10 @@ Chapter 1. Admin Guide
2. How it works
- To create the dialog associated with an initial request, the flag
- “dlg_flag” (Section 6.4, “dlg_flag (integer)”) must be set before
- creating the corresponding transaction.
+ To create the dialog associated with an initial INVITE request, execute
+ the function “dlg_manage()” or set the flag specified by parameter
+ “dlg_flag” (Section 6.4, “dlg_flag (integer)”) before creating the
+ corresponding transaction.
The dialog is automatically destroyed when a “BYE” is received. In case
of no “BYE”, the dialog lifetime is controlled via the default timeout
@@ -623,6 +624,10 @@ modparam("dialog", "rr_param", "xyz")
Flag to be used for marking if a dialog should be constructed for the
current request (this make sense only for initial requests).
+ Note: it is not needed to set this parameter and its corresponding flag
+ for initial request in case the “dlg_manage()” function is used. In
+ other words, using “dlg_manage()” alone is enough.
+
Default value is “none”.
Example 1.4. Set dlg_flag parameter