diff --git a/src/modules/tm/README b/src/modules/tm/README index 7f0970a4e31..8cbefc75b80 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -269,8 +269,8 @@ Daniel-Constantin Mierla 1.94. t_uac_send usage 1.95. t_get_status_code usage 1.96. event_route[tm:branch-failure:id] usage - 1.1. event_route[tm:local-request] usage - 1.2. event_route[tm:local-response] usage + 1.97. event_route[tm:local-request] usage + 1.98. event_route[tm:local-response] usage Chapter 1. Admin Guide @@ -2994,11 +2994,12 @@ event_route[tm:branch-failure:myroute] { 6.2. event_route[tm:local-request] Executed when the tm module generates a request, in other words, the - request originates from and a transaction is created for it. The source - of the requests can be tm itself or other modules that use tm - internally (e.g., msilo, uac). The event route is executed if it is - defined in the native config file. To execute the equivalent callback - when using KEMI scripting, see the 'event_callback' module parameter. + request originates from Kamailio and a transaction is created for it. + The source of the requests can be tm itself or other modules that use + tm internally (e.g., msilo, uac). The event route is executed if it is + defined in the native Kamailio config file. To execute the equivalent + callback when using KEMI scripting, see the 'event_callback' module + parameter. The request can still be updated, i.e., changes are possible to R-URI ($ru), destination URI ($du) or the send socket ($fs).