Преглед на файлове

dialog: docs - more info about using the flag and dlg_manage()

(cherry picked from commit e4dfe3587943d69d556b15df3492cf38c3b21a5f)
(cherry picked from commit 3dd154faeead29f54145843d14367c5b28a4fb7b)
(cherry picked from commit aadd286fe15ddd121580f2770c3c29f56fab36ec)
Daniel-Constantin Mierla преди 6 години
родител
ревизия
5c46a4fe52
променени са 1 файла, в които са добавени 10 реда и са изтрити 3 реда
  1. 10 3
      src/modules/dialog/doc/dialog_admin.xml

+ 10 - 3
src/modules/dialog/doc/dialog_admin.xml

@@ -45,9 +45,10 @@
 	<section>
 	<title>How it works</title>
 	<para>
-	To create the dialog associated with an initial request, the flag
-	<quote>dlg_flag</quote> (<xref linkend="dialog.p.flag"/>) must be set before
-	creating the corresponding transaction.
+	To create the dialog associated with an initial INVITE request, execute
+	the function <quote>dlg_manage()</quote> or set the flag specified by
+	parameter <quote>dlg_flag</quote> (<xref linkend="dialog.p.flag"/>)
+	before creating the corresponding transaction.
 	</para>
 	<para>
 	The dialog is automatically destroyed when a <quote>BYE</quote> is
@@ -256,6 +257,12 @@ modparam("dialog", "rr_param", "xyz")
 		current request (this make sense only for initial requests).
 		</para>
 		<para>
+		Note: it is not needed to set this parameter and its corresponding flag
+		for initial request in case the <quote>dlg_manage()</quote> function
+		is used. In other words, using <quote>dlg_manage()</quote> alone is
+		enough.
+		</para>
+		<para>
 		<emphasis>
 			Default value is <quote>none</quote>.
 		</emphasis>