Hi,
 
I am doing an internal chaek right after the following:
"
...........
# account only INVITEs
 if (is_method("INVITE"))
 {
 
 setflag(FLT_ACC); # do accounting
.............
"
 
sometimes this check does not find the conditions needed and creates a sl_reply (404).
 
the scenario works OK. now, i need the acc tabale record.... should probably be "INVITE".....""....... ""..... "404" .... "not found"....
 
well, there is no record there.
i tried the ACCFAILED flag as well, still does not work.
 
i guess it has something to do with the transaction stage....
 
so, any idea on how to get ACC record with the ACC module there?
 
 
BR,
Uri