Hi Thomas,
the error is not related to xlog at all - when sending a reply for
request, a Warning header is added to the message containing some debug
information about the local processing. The buffered used to build this
header is statically defined to 256 bytes. Probably the size was
exceeded and the header as not added at all.
you may disable the building of this hdr by setting in the cfg file:
sip_warning=0
the error should disappear.
Most probably this problem should not be logged as error at all.
regards,
bogdan
Thomas Balsfulland wrote:
hello together,
i am using openser v1.0.1 as a simple proxy.
for logging i use xlog like
xlog("L_ERR","[$Tf]: PSTN -> SIP: new Call [$fU] to [$tU]\n");
with the setting modparam("xlog", "buf_size", 16384).
but in the logfile i see many error-messages:
5(29423) ERROR: warning_builder: buffer size exceeded
5(29423) WARNING: warning skipped -- too big
is this a problem of xlog? anyone knows how can i fix this?
thank you for help.
regards
thomas