Hello,
I haven't had the time to check the logs and relate from where they are printed in the code, but as a general rule: the log prefix is used when executing route blocks. If a log messages is printed from a part of the code executed out of routing blocks actions (e.g., can be timer, evapi worker process, ...), there is no log prefix set, because this one requires a valid sip message structure to work with.
Cheers, Daniel
On 07.03.19 10:36, Mikko Lehto wrote:
Joonas wrote:
I am having a problem where log_prefix is missing on acc_cdr log row when call is canceled.
Hi, I didn't look at your specific case, but as a general note:
there was similar issue earlier on tm failure_route as well. Reported on GH issue 1531, fixed in commit eb2f25ca0810f966d089da3aa1e32e3e98a4ab16
Maybe solution is somehow similar or maybe I am just wasting bandwidth.