Module: kamailio Branch: master Commit: 80ac75e0d5cba58cbf6bb5fbce35b56e7f4fbe86 URL: https://github.com/kamailio/kamailio/commit/80ac75e0d5cba58cbf6bb5fbce35b56e...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2018-04-11T15:46:28+02:00
modules: readme files regenerated - tmx ... [skip ci]
---
Modified: src/modules/tmx/README
---
Diff: https://github.com/kamailio/kamailio/commit/80ac75e0d5cba58cbf6bb5fbce35b56e... Patch: https://github.com/kamailio/kamailio/commit/80ac75e0d5cba58cbf6bb5fbce35b56e...
---
diff --git a/src/modules/tmx/README b/src/modules/tmx/README index 56d9ca546c..81568f329d 100644 --- a/src/modules/tmx/README +++ b/src/modules/tmx/README @@ -263,6 +263,10 @@ if (t_reply_callid("123qaz", "5", "458", "Replied remotely")) { transaction. It make sense only in routing block if the transaction was created via t_newtran() and the flags have been altered since.
+ It is not needed to execute this function when using t_relay() (or + similar tm relay functions, flags are synchornized automatically in + that case). + This function can be used from ANY_ROUTE .
Example 1.5. t_flush_flags usage @@ -277,6 +281,10 @@ t_flush_flags(); transaction was created via t_newtran() and the extended flags have been altered since.
+ It is not needed to execute this function when using t_relay() (or + similar tm relay functions, xflags are synchornized automatically in + that case). + This function can be used from ANY_ROUTE .
Example 1.6. t_flush_xflags usage