Module: sip-router Branch: master Commit: d5c482ca06ff4b8529ea00d421484addd0203c37 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d5c482ca...
Author: Richard Good richard.good@smilecoms.com Committer: Richard Good richard.good@smilecoms.com Date: Thu Oct 17 16:44:46 2013 +0200
modules/tm: Edited documentation to show that t_suspend/continue can now be used on SIP responses
---
modules/tm/doc/api.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tm/doc/api.xml b/modules/tm/doc/api.xml index 2a627ab..0a3c751 100644 --- a/modules/tm/doc/api.xml +++ b/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.)