Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-28 Thread Andrew Pogrebennyk
Hi Daniel, Thank you for this advice.. I'm still struggling to get it work, still no luck even with t_flush_flags() immediately after setflag(). Maybe I will try to reproduce it during the weekend with kamailio default config. FTR the version used is kamailio 3.3.1. On 09/27/2012 05:17 PM, Daniel

Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-27 Thread Daniel-Constantin Mierla
Hello, you can try after you set the flag you wanted to be in transaction, to be sure it gets there. Cheers, Daniel On 9/26/12 7:43 PM, Andrew Pogrebennyk wrote: Hi Daniel, No, I don't. Thanks for the tip. Could you advice where t_flush_flags() should be placed? I tried in branch_route and

Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-26 Thread Andrew Pogrebennyk
Hi Daniel, No, I don't. Thanks for the tip. Could you advice where t_flush_flags() should be placed? I tried in branch_route and immediately before t_relay(), it didn't help.. On 09/26/2012 05:53 PM, Daniel-Constantin Mierla wrote: > Hello, > > do you use t_flush_flags()? > > http://kamailio.or

Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-26 Thread Daniel-Constantin Mierla
Hello, do you use t_flush_flags()? http://kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2543767 Cheers, Daniel On 9/26/12 3:30 PM, Andrew Pogrebennyk wrote: Hi, I have found recently that in order to detect retransmits I have to create a transaction explicitly when the request comes i