[sr-dev] git:5.3:46effd6a: texopsx: extend docs with a small note about msg_apply_changes()

Henning Westerholt hw at skalatan.de
Mon Oct 7 17:07:10 CEST 2019


Module: kamailio
Branch: 5.3
Commit: 46effd6a25fb1bf4c789307b3b097bd2c25e9fac
URL: https://github.com/kamailio/kamailio/commit/46effd6a25fb1bf4c789307b3b097bd2c25e9fac

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-10-07T17:06:52+02:00

texopsx: extend docs with a small note about msg_apply_changes()

(cherry picked from commit 899b826bcf2ebe0197fae5766962e0c193c585ec)

---

Modified: src/modules/textopsx/doc/textopsx.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/46effd6a25fb1bf4c789307b3b097bd2c25e9fac.diff
Patch: https://github.com/kamailio/kamailio/commit/46effd6a25fb1bf4c789307b3b097bd2c25e9fac.patch

---

diff --git a/src/modules/textopsx/doc/textopsx.xml b/src/modules/textopsx/doc/textopsx.xml
index b7fe0d14a8..1967229ac1 100644
--- a/src/modules/textopsx/doc/textopsx.xml
+++ b/src/modules/textopsx/doc/textopsx.xml
@@ -37,6 +37,11 @@
 		in routing block configurations.
 		It adds new features similar to the textops module (textops eXtentions).
 	</para>
+	<para>
+		Note: If you add or remove message parts (header, body etc..) it
+		may be required to execute msg_apply_changes() from this module
+		if there are other operations done on the SIP message later on.
+	</para>
     </section>
 
     <xi:include href="functions.xml"/>




More information about the sr-dev mailing list