Module: kamailio Branch: master Commit: b6979b503ffe65314526a8a2824f50b3f46b7a22 URL: https://github.com/kamailio/kamailio/commit/b6979b503ffe65314526a8a2824f50b3...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: The Root root@kamailio.org Date: 2023-09-05T12:46:08+02:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff: https://github.com/kamailio/kamailio/commit/b6979b503ffe65314526a8a2824f50b3... Patch: https://github.com/kamailio/kamailio/commit/b6979b503ffe65314526a8a2824f50b3...
---
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).