Re: [SR-Users] Is it possible to inject variables into transaction scope

2018-01-04 Thread Daniel-Constantin Mierla
Hello, the variables attached to a transaction are the avps and xavps, but at this moment you cannot add one if the transaction is not active (under processing by config interpreter) at that moment. It would be possible if you want to write some C code: search the transaction by its id, then you c

[SR-Users] Is it possible to inject variables into transaction scope

2017-12-25 Thread voipspace voipspace
 Hi Say I am in a event_route[xhttp:request], which is outside of any transaction scope. I have a transaction id that I am about to resume with t_continue. From here within event_route[xhttp:request] can avp variable be set so they would be accessable in the resumed transaction regards   _