Hello,
I'm getting these errors since the last couple of changes I made to the
Kamailio 4.3.x configuration:
ERROR: <core> [pvapi.c:1361]: pv_printf(): no more space for spec value
ERROR: <core> [pvapi.c:1370]: pv_printf(): buffer overflow -- increase
the buffer size...
I'm not even using pv_printf() so this error is a bit surprising.
The first thing I tried was increasing the buffer from its default size
of 1024 to 4096 (pv_buffer_size=4096) but the error messages persist.
What other functions use this buffer?
Regards,
-Sven Neuhaus