Victor Seva
Victor Seva
This was reported by several different customers same particular version
``` (gdb) f 1 #1 t_unref (p_msg=) at t_lookup.c:1515 1515 t_lookup.c: No such file or directory. (gdb) print T $1 = (struct cell *) 0x0 ``` ``` (gdb) f 2...
maybe this will help? ``` diff --git a/src/modules/tm/t_funcs.h b/src/modules/tm/t_funcs.h index 6830b13..dbbdc19 100644 --- a/src/modules/tm/t_funcs.h +++ b/src/modules/tm/t_funcs.h @@ -110,7 +110,7 @@ int send_pr_buffer( struct retr_buf *rb, void *buf, int len); #define...
``` modparam("tm", "auto_inv_100", 0) modparam("tm", "reparse_on_dns_failover", 0) modparam("tm", "fr_timer", 9000) modparam("tm", "wt_timer", 5000) modparam("tm", "fr_inv_timer", 60000) modparam("tm", "max_inv_lifetime", 180000) modparam("tm", "restart_fr_on_each_reply", 0) modparam("tm", "failure_reply_mode", 3) modparam("tm", "contacts_avp", "tm_contacts") modparam("tm", "contact_flows_avp",...
no, there's no async processing involve here. No websocket control of rtpengine neither.
can it be something like this messing around? https://github.com/kamailio/kamailio/blob/master/src/modules/pv_headers/pv_headers.c#L527-L571
Closing since no more reports after backporting fixes were done, Thank you!!
@emmceemoore maybe my PR will help here?
closing this one since we have a fix and had no feedback from some time
@agranig are you still interested in this?