Hello,
On 8/16/11 6:24 PM, Jon Bonilla (Manwe) wrote:
I have an error message in kamailio's log repeated many times. I tried to google it but no results (I think it's forst time I see no results in a google search)
/usr/sbin/kamailio[3769]: ERROR: ctl [binrpc_run.c:942]: ERROR: binrpc: rpc_printf: binrpc_addstr failed: buffer too small (overflow) (-2)
What does it mean? Any ideas?
the RPC reply to be built is too big for the default internal buffer size inside ctl module, to adjust see:
http://kamailio.org/docs/modules/stable/modules/ctl.html#binrpc_max_body_siz...
Cheers, Daniel