Module: kamailio Branch: 5.2 Commit: 097687c90fd9b51928aa0f10330f714f3371fa27 URL: https://github.com/kamailio/kamailio/commit/097687c90fd9b51928aa0f10330f714f...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-12-04T12:16:24+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff: https://github.com/kamailio/kamailio/commit/097687c90fd9b51928aa0f10330f714f... Patch: https://github.com/kamailio/kamailio/commit/097687c90fd9b51928aa0f10330f714f...
---
diff --git a/src/modules/tm/README b/src/modules/tm/README index 0a8ea2d502..708e7c7e0f 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -1905,6 +1905,11 @@ branch_route[1] { the only way a script can add a new transaction in an atomic way. Typically, it is used to deploy a UAS.
+ Note that any flag operations (e.g. for accounting) after this function + has been called will be ignored. You can use the the tmx module + function t_flush_flags() to flush the altered flags to the already + created transaction. + Example 1.55. t_newtran usage ... if (t_newtran()) {