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

modules/tm: Edited documentation to show that t_suspend/continue can now be used on SIP responses

Richard Good 12 жил өмнө
parent
commit
d5c482ca06

+ 1 - 1
modules/tm/doc/api.xml

@@ -157,7 +157,7 @@ end of body
 		This function together with t_continue() can be used to
 		implement asynchronous actions: t_suspend() saves the transaction,
 		returns its identifiers, and t_continue() continues the
-		SIP request processing. (The request processing does not continue
+		SIP request/response processing. (The request/response processing does not continue
 		from the same point in the script, a separate route block defined
 		by the parameter of t_continue() is executed instead. The reply lock
 		is held during the route block execution.)