<div dir="ltr"><div>Hi,</div><div><br></div><div>I have an issue with a SIP-client, that occasionally puts a blank between the version SIP/2.0 and the CRLF at the and of the request-line. (i.e. sends "ACK <uri> SIP/2.0 \r\n" instead of "ACK <uri> SIP/2.0\r\n").<br></div><div>Kamailio (as well as most SIP UAs) does not care about that error and successfully processes/forwards the request (also when using sanity_check()). But I also deal with a client that fails to parse that request. (Furthermore, wireshark's dissector fails to recognize such malformed messages as SIP, which makes debugging even harder).</div><div><br></div><div>I tried to fix this issue using textops, but all functions I tried operate only on headers or message body, but do not seem to affect the request line. <br></div><div>Is there any possibility to modify the request-line, or to replace it with a new one?</div><div><br></div><div>Best Regards,</div><div>Mihovil<br></div></div>