[sr-dev] git:5.0:f84d1f3d: tm: document event_route[tm:local-response]

Henning Westerholt hw at kamailio.org
Fri Sep 7 15:20:21 CEST 2018


Module: kamailio
Branch: 5.0
Commit: f84d1f3deca9f7b5065c98505cee99c941200c7b
URL: https://github.com/kamailio/kamailio/commit/f84d1f3deca9f7b5065c98505cee99c941200c7b

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2018-09-07T15:20:12+02:00

tm: document event_route[tm:local-response]

(cherry picked from commit 17145075e77c7f962703ce401e879887a5717265)

---

Modified: src/modules/tm/doc/event_routes.xml

---

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

---

diff --git a/src/modules/tm/doc/event_routes.xml b/src/modules/tm/doc/event_routes.xml
index f52f04fe9c..a85474d3f0 100644
--- a/src/modules/tm/doc/event_routes.xml
+++ b/src/modules/tm/doc/event_routes.xml
@@ -39,5 +39,22 @@ event_route[tm:branch-failure:myroute] {
 	    </programlisting>
 	</example>
     </section>
-
+	<section id="tm.e.local-response">
+		<title>
+			<function moreinfo="none">event_route[tm:local-response]</function>
+		</title>
+		<para>
+			Executed after the tm module has sent a local generated, transaction stateful response.
+		</para>
+		<example>
+			<title><function>event_route[tm:local-response]</function> usage</title>
+			<programlisting  format="linespecific">
+...
+event_route[tm:local-response] {
+    xlog("tm:local-response replied locally\n");
+}
+...
+			</programlisting>
+		</example>
+	</section>
 </section>




More information about the sr-dev mailing list