Are you doing something like this in your opensips configuration script?
if(msg:len>max_len)
{
sl_send_reply("513", "Message too big");
exit;
}Because that INVITE with the big SDP may be the cause... Regards, -- /Saúl http://www.saghul.net | http://www.sipdoc.net _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
