<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi,</p>
    <p>One of my SIP endpoints send CRLF (0x0d 0x0a) messages over TLS
      connections to opensips. Opensips drops TLS a connection to this
      phone after "tcp_max_msg_time" seconds. The same client works fine
      over TCP and CRLF messages are just ignored by a proxy.</p>
    <p>rfc3261 section 7.5 says:<br>
      <blockquote type="cite">
        <pre class="newpage" style="font-size: 13.3333px; margin-top: 0px; margin-bottom: 0px; break-before: page; color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">Implementations processing SIP messages over stream-oriented
   transports MUST ignore any CRLF appearing before the start-line</pre>
      </blockquote>
      Is it a bug or did I missed some configuration options to make it
      work?<br>
    </p>
  </body>
</html>