Hello,

On 06/06/06 17:51, Jonas Appel wrote:
Hi all,

I hava a question: Is there a reason why the avpops functions are not usable in reply routes?
yes, it is a reason - reply routes are not executed under lock (mutex), so the transaction's AVPs cannot be accessed safe. It is on the todo list to find a solution for it, also, the default reply route does not use tansaction AVPs, so there should not be any problem. If you know what are you doing, you can change the source of avpops and allow usage in onreply_route -- just be careful where you use them.


Cheers,
Daniel

Thanks in advance!

regards,

_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to