Module: sip-router Branch: 3.1 Commit: 0a2810181e1901708b1885d4e0c41774b28d25f9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0a281018...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Tue May 17 13:04:07 2011 +0200
Revert "tm: add warning about t_newtran behaviour (pointed out from Iñaki"
This reverts commit 6ef54ae2cb3c5390be823707aa1ebb2008b5eaef.
---
modules/tm/README | 5 ----- modules/tm/doc/functions.xml | 6 ------ 2 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/modules/tm/README b/modules/tm/README index bf44793..4e535bc 100644 --- a/modules/tm/README +++ b/modules/tm/README @@ -1342,11 +1342,6 @@ t_relay(); the only way a script can add a new transaction in an atomic way. Typically, it is used to deploy a UAS.
-Warning - - Please note that the changes on the request that are made after this - function call will not be saved into transaction! - Example 46. t_newtran usage ... if (t_newtran()) { diff --git a/modules/tm/doc/functions.xml b/modules/tm/doc/functions.xml index 683a7d8..6de270a 100644 --- a/modules/tm/doc/functions.xml +++ b/modules/tm/doc/functions.xml @@ -268,12 +268,6 @@ t_relay(); is the only way a script can add a new transaction in an atomic way. Typically, it is used to deploy a UAS. </para> - <warning> - <para> - Please note that the changes on the request that are made after this - function call will not be saved into transaction! - </para> - </warning> <example> <title><function>t_newtran</function> usage</title> <programlisting>