It will be backported if all goes fine.
Cheers,
Daniel
On 19/03/15 22:25, Alex Balashov wrote:
On 03/19/2015 05:22 PM, Daniel-Constantin Mierla
wrote:
I asked about what happens before t_suspend() --
if you have there
t_newtran() and then some header/msg changes.
Ah, I see. In that case, no, no transaction is created then.
In some other call flows - not these - it is possible for us to create
a transaction in order to support nonce protection on authentication
challenges, i.e.
t_lookup_request();
if(!auth_check("$Ri", "subscriber", "0")) {
...
This happens before t_suspend(), although no header manipulations
apart from removing Route header if present. Is this a bad idea?
However, in this case the source is IP-trusted, so this does not take
place.
-- Alex