[sr-dev] git:4.3:4c7e676c: tm: added note in docs for t_set_no_e2e_cancel_reason()

Daniel-Constantin Mierla miconda at gmail.com
Wed Jul 29 12:17:15 CEST 2015


Module: kamailio
Branch: 4.3
Commit: 4c7e676cdec3213c27cc689bdb5e6bbb8a9ec1ea
URL: https://github.com/kamailio/kamailio/commit/4c7e676cdec3213c27cc689bdb5e6bbb8a9ec1ea

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-07-29T12:12:17+02:00

tm: added note in docs for t_set_no_e2e_cancel_reason()

- it has to be used when processing the INVITE

(cherry picked from commit e5f472ca5d8d2e16adb8b5a5a316521a618c8d9f)

---

Modified: modules/tm/doc/functions.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/4c7e676cdec3213c27cc689bdb5e6bbb8a9ec1ea.diff
Patch: https://github.com/kamailio/kamailio/commit/4c7e676cdec3213c27cc689bdb5e6bbb8a9ec1ea.patch

---

diff --git a/modules/tm/doc/functions.xml b/modules/tm/doc/functions.xml
index 5146d40..217a5a2 100644
--- a/modules/tm/doc/functions.xml
+++ b/modules/tm/doc/functions.xml
@@ -1665,6 +1665,10 @@ t_relay_to("0x01");
 		 parameter) for the current transaction.
 	</para>
 	<para>
+		Note: the function has to be used when processing the INVITE
+		(not when processing the CANCEL).
+	</para>
+	<para>
 		See also: <varname>e2e_cancel_reason</varname>.
 	</para>
 	<example>




More information about the sr-dev mailing list