Now the
"acc" module logs the 487 errors for INVITEs, but it DOESN'T
log the 404 or 480 errors. Why?
Probably as they are no transactions. Usually you will handle 404
stateless without tm module. Thus, there is no failed transaction.
Maybe it works when accounting it manually using
acc_db|log|rad_request(...) before sl_send_reply()?
Andy