Sfoglia il codice sorgente

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

Henning Westerholt 6 anni fa
parent
commit
899b826bcf
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      src/modules/textopsx/doc/textopsx.xml

+ 5 - 0
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"/>