Peter Dunkley writes:
Also, make sure tcp_accept_no_cl=yes is in your
kamailio.cfg.
that got me further. register request now works ok, but when i send
invite, it fails in this test:
if (msg:len >= 4096) {
xlog("L_NOTICE", "Message $rm to <$ru> is too big\n");
send_reply("513", "Message too big");
exit;
};
is it so that msg:len test cannot be used when tcp_accept_no_cl=yes? if
so, what is alternative test to make sure that message is not too big?
-- juha