Can you try with latest master? I pushed a commit that hopefully fixes it.
On the other hand, the use of flag looks like no longer necessary if tracing mode parameter is set to 't'. Would it be acceptable to just add a new function sip_trace_mode() that will accept one parameter to specify what to track (message, transaction, dialog)? It would be a short form of sip_trace() with 3 parameters, when the two are not needed. I think it would be more coherent for the future to get rid of using also the message flag for tracking the transaction.
Cheers, Daniel
On 30.09.19 18:00, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
It is about storing in database? Or also mirroring?
Storing to db. Don't know about mirroring.
-- Juha