From b6979b503ffe65314526a8a2824f50b3f46b7a22 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Mon, 21 Aug 2023 13:02:22 +0200 Subject: [PATCH] modules: readme files regenerated - tm ... [skip ci] --- src/modules/tm/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/modules/tm/README b/src/modules/tm/README index 0b44b81813c..19f4a9a3781 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -1864,11 +1864,12 @@ modparam("tm", "failover_reply_codes", "code=403;code=488;class=5") 4.1. t_relay([host, port]) - Relay a message statefully either to the destination indicated in the - current URI (if called without any parameters) or to the specified host - and port. In the later case (host and port specified) the protocol used - is the same protocol on which the message was received. It creates a - transaction. + Relay a SIP request statefully either to the destination indicated in + the current URI (if called without any parameters) or to the specified + host and port. In the later case (host and port specified) the protocol + used is the same protocol on which the message was received. It creates + the SIP transaction, if none was created before (e.g., with + t_newtran()). t_relay() is the stateful version for forward() while t_relay(host, port) is similar to forward(host, port).