Module: kamailio Branch: master Commit: d87a6a012f7888ea74a0f25731fb6b442e4e38aa URL: https://github.com/kamailio/kamailio/commit/d87a6a012f7888ea74a0f25731fb6b44...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-04-11T15:41:21+02:00
tmx: docs - notes that flush x/flags is not needed when doing tm relay
---
Modified: src/modules/tmx/doc/tmx_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/d87a6a012f7888ea74a0f25731fb6b44... Patch: https://github.com/kamailio/kamailio/commit/d87a6a012f7888ea74a0f25731fb6b44...
---
diff --git a/src/modules/tmx/doc/tmx_admin.xml b/src/modules/tmx/doc/tmx_admin.xml index 9f6168bb0f..fe630d2f76 100644 --- a/src/modules/tmx/doc/tmx_admin.xml +++ b/src/modules/tmx/doc/tmx_admin.xml @@ -215,6 +215,11 @@ if (t_reply_callid("123qaz", "5", "458", "Replied remotely")) { created via t_newtran() and the flags have been altered since. </para> <para> + It is not needed to execute this function when using t_relay() (or + similar tm relay functions, flags are synchornized automatically in + that case). + </para> + <para> This function can be used from ANY_ROUTE . </para> <example> @@ -236,6 +241,11 @@ t_flush_flags(); created via t_newtran() and the extended flags have been altered since. </para> <para> + It is not needed to execute this function when using t_relay() (or + similar tm relay functions, xflags are synchornized automatically in + that case). + </para> + <para> This function can be used from ANY_ROUTE . </para> <example>