Module: kamailio Branch: master Commit: f85ea36269a1234bd85a6b6afbd2590e6e566060 URL: https://github.com/kamailio/kamailio/commit/f85ea36269a1234bd85a6b6afbd2590e...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2016-04-14T10:07:53+02:00
tm Add improved documentation for t_replicate
---
Modified: modules/tm/README Modified: modules/tm/doc/functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/f85ea36269a1234bd85a6b6afbd2590e... Patch: https://github.com/kamailio/kamailio/commit/f85ea36269a1234bd85a6b6afbd2590e...
---
diff --git a/modules/tm/README b/modules/tm/README index 9b31ebc..40cee22 100644 --- a/modules/tm/README +++ b/modules/tm/README @@ -2585,7 +2585,9 @@ if(!t_relay()) {
5.46. t_replicate([params])
- Replicate the SIP request to a specific address. + Replicate the SIP request to a specific address. Return values are the + same as for t_relay(). Note that responses to the replicated request + are suppressed and will not show up in any reply_route.
There are several function prototypes: * t_replicate([uri]), diff --git a/modules/tm/doc/functions.xml b/modules/tm/doc/functions.xml index b022fd9..4ad34fc 100644 --- a/modules/tm/doc/functions.xml +++ b/modules/tm/doc/functions.xml @@ -1508,7 +1508,10 @@ if(!t_relay()) { <function>t_replicate([params])</function> </title> <para> - Replicate the SIP request to a specific address. + Replicate the SIP request to a specific address. Return + values are the same as for <function>t_relay()</function>. + Note that responses to the replicated request are suppressed + and will not show up in any reply_route. </para> <para> There are several function prototypes: