Module: kamailio Branch: master Commit: ffbc4ba201211f06683f0ddf95a526cb59101cab URL: https://github.com/kamailio/kamailio/commit/ffbc4ba201211f06683f0ddf95a526cb59101cab
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-07-21T12:42:32+02:00 tm: docs updated with flags parameter for t_relay_to_proxy() --- Modified: src/modules/tm/doc/functions.xml --- Diff: https://github.com/kamailio/kamailio/commit/ffbc4ba201211f06683f0ddf95a526cb59101cab.diff Patch: https://github.com/kamailio/kamailio/commit/ffbc4ba201211f06683f0ddf95a526cb59101cab.patch --- diff --git a/src/modules/tm/doc/functions.xml b/src/modules/tm/doc/functions.xml index 715e564e9ed..6810e4c1acf 100644 --- a/src/modules/tm/doc/functions.xml +++ b/src/modules/tm/doc/functions.xml @@ -1741,15 +1741,16 @@ t_relay_to("0x01"); <section id="tm.f.t_relay_to_proxy"> <title> - <function>t_relay_to_proxy(proxy)</function> + <function>t_relay_to_proxy(proxy [, flags])</function> </title> <para> Alternative function to relay the SIP request to a specific address, with the parameter supporting variables inside it. </para> <para> - The format of the parameter is: "proto:host:port" - any of proto or port - can be omitted, along with the semicolon after or before. + The format of the proxy parameter is: "proto:host:port" - any of proto + or port can be omitted, along with the semicolon after or before. The + flags parameter is optional, with possible values like for t_relay_to(). </para> <para> The function can be used in REQUEST_ROUTE and FAILURE_ROUTE. _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!