2
0
Эх сурвалжийг харах

dialog: small updates to docs

(cherry picked from commit e23c50aed89be717c0bc76e6fbfc902cf3deacb6)
Daniel-Constantin Mierla 8 жил өмнө
parent
commit
5eda789b98

+ 9 - 7
src/modules/dialog/doc/dialog_admin.xml

@@ -2244,7 +2244,7 @@ dlg_remote_profile("add", "caller", "test", "$sruid", "$var(exp)");
 		</programlisting>
 		</section>
 		<section>
-			<title><varname>dlg.end_dlg</varname></title>
+			<title>dlg.end_dlg</title>
 			<para>
 			Terminates an ongoing dialog by sending BYE in both directions.
 			</para>
@@ -2444,21 +2444,23 @@ dlg_remote_profile("add", "caller", "test", "$sruid", "$var(exp)");
 	<section>
 	<title>Event Routes</title>
 		<section>
-			<title><varname>event_route[dialog:start]</varname></title>
+			<title>event_route[dialog:start]</title>
 			<para>
-			Executed when 200OK for INVITE is processed.
+			Executed when 200OK reply for INVITE is processed.
 			</para>
 		</section>
 		<section>
-			<title><varname>event_route[dialog:end]</varname></title>
+			<title>event_route[dialog:end]</title>
 			<para>
-			Executed when BYE is processed or dialog timed out.
+			Executed when the BYE for the call is processed
+			or the dialog timed out.
 			</para>
 		</section>
 		<section>
-			<title><varname>event_route[dialog:failed]</varname></title>
+			<title>event_route[dialog:failed]</title>
 			<para>
-			Executed when dialog is not completed (+300 reply to INVITE).
+			Executed when dialog is not completed (300 or greater reply code
+			to INVITE).
 			</para>
 		</section>
 	</section>