[sr-dev] git:master:d3211fdf: tm: event_route[local-response] is actually executed after response is sent

Daniel-Constantin Mierla miconda at gmail.com
Tue Aug 27 12:55:51 CEST 2019


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2019-08-27T12:49:20+02:00

tm: event_route[local-response] is actually executed after response is sent

- change back after previous commit
- somehow it is incoherent with event_route[local-request] that is
before sending out, allowing to change the content

---

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

---

Diff:  https://github.com/kamailio/kamailio/commit/d3211fdff1cfb9596a5339eff2184f1a91508bd2.diff
Patch: https://github.com/kamailio/kamailio/commit/d3211fdff1cfb9596a5339eff2184f1a91508bd2.patch

---

diff --git a/src/modules/tm/doc/event_routes.xml b/src/modules/tm/doc/event_routes.xml
index 22cce59abc..5c6111a075 100644
--- a/src/modules/tm/doc/event_routes.xml
+++ b/src/modules/tm/doc/event_routes.xml
@@ -79,7 +79,7 @@ event_route [tm:local-request] {
 			<function moreinfo="none">event_route[tm:local-response]</function>
 		</title>
 		<para>
-			Executed when the tm module is about to send a local generated,
+			Executed after the tm module sent a local generated,
 			transaction stateful response.
 		</para>
 		<example>




More information about the sr-dev mailing list