[sr-dev] git:master:474ab228: textops: more details in doc about limitations of msg_apply_changes()

Daniel-Constantin Mierla miconda at gmail.com
Fri Jun 17 15:25:26 CEST 2016


Module: kamailio
Branch: master
Commit: 474ab2280309574236f796f76e3b61251d8d23bd
URL: https://github.com/kamailio/kamailio/commit/474ab2280309574236f796f76e3b61251d8d23bd

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/474ab2280309574236f796f76e3b61251d8d23bd.diff
Patch: https://github.com/kamailio/kamailio/commit/474ab2280309574236f796f76e3b61251d8d23bd.patch

---

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>




More information about the sr-dev mailing list