<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Sven,<br>
    <br>
    log_prefix seems to be defined in dprint.c and maximum size is 128:<br>
    <br>
    #define LOG_PREFIX_SIZE 128<br>
    static char log_prefix_buf[LOG_PREFIX_SIZE];<br>
    <br>
    So recompiling with a bigger size could certainly help.<br>
    <br>
    Daniel, could we set the default higher for next releases or provide
    a way to increase it with core parameters ?<br>
    <br>
    Best,<br>
    <br>
    Tristan.<br>
    <br>
    On 10/08/2015 09:13 AM, Sven Neuhaus wrote:<br>
    <blockquote type="cite">Am 08.10.15 um 14:58 schrieb Sven Neuhaus:<br>
      > I found the culprit: it's a long Call-ID header. The header
      line is<br>
      > 113 characters. Why does it trigger this error even with a<br>
      > pv_buffer_size of 65536? Is there some other buffer I can
      increase<br>
      > for large Call-Id headers?<br>
      <br>
      Looks like including a long call-id $ci in the log_prefix will
      trigger<br>
      this error message.<br>
      <br>
      Is there a way to make long call-ids work as log_prefix?<br>
      <br>
      -Sven<br>
    </blockquote>
    <span style="white-space: pre;">>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> <a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
> <a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a></span><br>
    <br>
    <br>
  </body>
</html>