Module: kamailio
Branch: 5.0
Commit: ab2681b0a2f1d9fbcecc3d8a99ea27bb79cfc05b
URL:
https://github.com/kamailio/kamailio/commit/ab2681b0a2f1d9fbcecc3d8a99ea27b…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-09-07T15:31:19+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff:
https://github.com/kamailio/kamailio/commit/ab2681b0a2f1d9fbcecc3d8a99ea27b…
Patch:
https://github.com/kamailio/kamailio/commit/ab2681b0a2f1d9fbcecc3d8a99ea27b…
---
diff --git a/src/modules/tm/README b/src/modules/tm/README
index 25df50f72f..2bbf6cb2b8 100644
--- a/src/modules/tm/README
+++ b/src/modules/tm/README
@@ -143,6 +143,7 @@ Daniel-Constantin Mierla
6. Event Routes
6.1. event_route[tm:branch-failure]
+ 6.2. event_route[tm:local-response]
7. TM Module API
@@ -257,6 +258,7 @@ Daniel-Constantin Mierla
1.91. t_is_retr_async_reply usage
1.92. t_uac_send usage
1.93. event_route[tm:branch-failure] usage
+ 1.94. event_route[tm:local-response] usage
Chapter 1. Admin Guide
@@ -381,6 +383,7 @@ Chapter 1. Admin Guide
6. Event Routes
6.1. event_route[tm:branch-failure]
+ 6.2. event_route[tm:local-response]
7. TM Module API
@@ -2870,6 +2873,7 @@ t_uac_send("OPTIONS", "sip:alice@kamailio.org",
"", "",
6. Event Routes
6.1. event_route[tm:branch-failure]
+ 6.2. event_route[tm:local-response]
6.1. event_route[tm:branch-failure]
@@ -2894,6 +2898,18 @@ event_route[tm:branch-failure:myroute] {
}
...
+6.2. event_route[tm:local-response]
+
+ Executed after the tm module has sent a local generated, transaction
+ stateful response.
+
+ Example 1.94. event_route[tm:local-response] usage
+...
+event_route[tm:local-response] {
+ xlog("tm:local-response replied locally\n");
+}
+...
+
7. TM Module API
7.1. Defines