Module: kamailio
Branch: master
Commit: 474ab2280309574236f796f76e3b61251d8d23bd
URL:
https://github.com/kamailio/kamailio/commit/474ab2280309574236f796f76e3b612…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-06-17T15:24:48+02:00
textops: more details in doc about limitations of msg_apply_changes()
---
Modified: modules/textopsx/doc/functions.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/474ab2280309574236f796f76e3b612…
Patch:
https://github.com/kamailio/kamailio/commit/474ab2280309574236f796f76e3b612…
---
diff --git a/modules/textopsx/doc/functions.xml b/modules/textopsx/doc/functions.xml
index 280b730..28bc7f1 100644
--- a/modules/textopsx/doc/functions.xml
+++ b/modules/textopsx/doc/functions.xml
@@ -24,7 +24,13 @@
broken message is received from network).
</para>
<para>
- This function can be used from REQUEST_ROUTE or ONREPLY_ROUTE.
+ This function can be used from REQUEST_ROUTE or core REPLY_ROUTE.
+ </para>
+ <para>
+ 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.
</para>
<example>
<title><function>msg_apply_changes()</function> usage</title>