浏览代码

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

Richard Good 12 年之前
父节点
当前提交
d5c482ca06
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.)