Module: kamailio
Branch: 5.0
Commit: f84d1f3deca9f7b5065c98505cee99c941200c7b
URL:
https://github.com/kamailio/kamailio/commit/f84d1f3deca9f7b5065c98505cee99c…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)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/f84d1f3deca9f7b5065c98505cee99c…
Patch:
https://github.com/kamailio/kamailio/commit/f84d1f3deca9f7b5065c98505cee99c…
---
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>