Explorar o código

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

Richard Good %!s(int64=12) %!d(string=hai) anos
pai
achega
d5c482ca06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/tm/doc/api.xml

+ 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.)