2010/6/21 Henning Westerholt henning.westerholt@1und1.de:
But take into account that after calling t_newtran() new data being created in the script is not stored within the transaction information (flags, AVP's...). It produces really unexpected behavior if you don't take it into account.
Hi Iñaki,
yes, this is one of the reasons that it IMHO not that useful in proxy configurations, where one need to rewrite a lot.
I've tryed to use it in some scenarios and finally left it as it's unfeasible. IMHO new transaction data created after t_newtran() should be appended to the transaction memory when t_relay is invoked.