Hi Sven,

log_prefix seems to be defined in dprint.c and maximum size is 128:

#define LOG_PREFIX_SIZE 128
static char log_prefix_buf[LOG_PREFIX_SIZE];

So recompiling with a bigger size could certainly help.

Daniel, could we set the default higher for next releases or provide a way to increase it with core parameters ?

Best,

Tristan.

On 10/08/2015 09:13 AM, Sven Neuhaus wrote:
Am 08.10.15 um 14:58 schrieb Sven Neuhaus:
> I found the culprit: it's a long Call-ID header. The header line is
> 113 characters. Why does it trigger this error even with a
> pv_buffer_size of 65536? Is there some other buffer I can increase
> for large Call-Id headers?

Looks like including a long call-id $ci in the log_prefix will trigger
this error message.

Is there a way to make long call-ids work as log_prefix?

-Sven
> > _______________________________________________ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users