From 474ab2280309574236f796f76e3b61251d8d23bd Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 17 Jun 2016 15:24:48 +0200 Subject: [PATCH] textops: more details in doc about limitations of msg_apply_changes() --- modules/textopsx/doc/functions.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/textopsx/doc/functions.xml b/modules/textopsx/doc/functions.xml index 280b73048b3..28bc7f17da1 100644 --- a/modules/textopsx/doc/functions.xml +++ b/modules/textopsx/doc/functions.xml @@ -24,7 +24,13 @@ broken message is received from network). - This function can be used from REQUEST_ROUTE or ONREPLY_ROUTE. + This function can be used from REQUEST_ROUTE or core REPLY_ROUTE. + + + Note: It must be used before the transaction is created in + request_route and not inside the onreply_route[name] executed by tm + module. Also, do not used after resuming a suspended request or reply, + at that moment the transaction is already created. <function>msg_apply_changes()</function> usage