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