Module: kamailio
Branch: master
Commit: af66d5a186e26a5ad612f2dd47ab24b8336ae03f
URL:
https://github.com/kamailio/kamailio/commit/af66d5a186e26a5ad612f2dd47ab24b…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-09-07T15:46:27+02:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff:
https://github.com/kamailio/kamailio/commit/af66d5a186e26a5ad612f2dd47ab24b…
Patch:
https://github.com/kamailio/kamailio/commit/af66d5a186e26a5ad612f2dd47ab24b…
---
diff --git a/src/modules/tm/README b/src/modules/tm/README
index 511f95f792..d8c701df74 100644
--- a/src/modules/tm/README
+++ b/src/modules/tm/README
@@ -148,6 +148,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
@@ -264,6 +265,7 @@ Daniel-Constantin Mierla
1.93. t_is_retr_async_reply usage
1.94. t_uac_send usage
1.95. event_route[tm:branch-failure] usage
+ 1.96. event_route[tm:local-response] usage
Chapter 1. Admin Guide
@@ -393,6 +395,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
@@ -2943,6 +2946,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]
@@ -2967,6 +2971,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.96. 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