Skip to content

Commit

Permalink
modules: readme files regenerated - tm ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev authored and The Root committed Sep 5, 2023
1 parent 2e341d9 commit b6979b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/modules/tm/README
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit b6979b5

Please sign in to comment.