and we have the check of the value before at tmx/t_var.c 176:
```
if(t->uac[branch].reply==NULL || t->uac[branch].reply==FAKED_REPLY)
return 1;
```
So it seems other worker touched that shared memory part meanwhile
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2479#issuecomment-693346859