Module: kamailio
Branch: 5.1
Commit: b889ab44b07b134e8c180a0ce2c643dd1be01f18
URL:
https://github.com/kamailio/kamailio/commit/b889ab44b07b134e8c180a0ce2c643d…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2018-09-07T15:20:36+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/b889ab44b07b134e8c180a0ce2c643d…
Patch:
https://github.com/kamailio/kamailio/commit/b889ab44b07b134e8c180a0ce2c643d…
---
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>