[sr-dev] [kamailio/kamailio] cannot parse From header (#2723)

Wolfgang Kampichler notifications at github.com
Mon May 3 22:51:31 CEST 2021


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210503/c27252a2/attachment.htm>


More information about the sr-dev mailing list