@sergey-safarov could you retry with the following change in `lost_get_from_header`
```
if(parse_headers(msg, HDR_EOH_F, 0) == -1) {
LM_ERR("failed to parse SIP headers\n");
return res;
}
```
basically replacing the flag `HDR_FROM_F` with `HDR_EOH_F`
--
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/2723#issuecomment-831525777