[sr-dev] git:master:17145075: tm: document event_route[tm:local-response]

Henning Westerholt hw at kamailio.org
Fri Sep 7 15:19:03 CEST 2018


Module: kamailio
Branch: master
Commit: 17145075e77c7f962703ce401e879887a5717265
URL: https://github.com/kamailio/kamailio/commit/17145075e77c7f962703ce401e879887a5717265

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

tm: document event_route[tm:local-response]

---

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

---

Diff:  https://github.com/kamailio/kamailio/commit/17145075e77c7f962703ce401e879887a5717265.diff
Patch: https://github.com/kamailio/kamailio/commit/17145075e77c7f962703ce401e879887a5717265.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