Hi,

What are the logs from opensips corresponding to the 2/SL reply ? Usually code 2 indicate an "out of mem" issue.

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com


On 09/04/2012 08:35 PM, Engineer voip wrote:
Hello All,
I am using opensips 1.8 and when i do the calls between two softphones on local i have this error : *server error occurred (2/SL).*
my server and spftphones have a locals IP
**********
if(method == "CANCEL" || method == "ACK")
        {
                xlog("L_INFO", "method <$rm> New Call <$ci>\n");
                route(14);
        }
***********

route[14]

{

t_on_reply("1");

if(t_check_trans())

{

xlog("L_INFO", "method <$rm> Call <$ci> request leaving server \n");

if(!t_relay())

{

sl_reply_error();

}

}

else

{

xlog("L_INFO", "method <$rm> Call <$ci> dropping mis-routed request.\n");

}

exit;

}

********
onreply_route[1]
{
        xlog("L_INFO", "method <$rm> Call <$ci> nat reply.\n");
        if (status =~ "(18[0-3])|([1-2][0-9][0-9])")
        {
                if (client_nat_test("1"))
                {
xlog("L_INFO", "method <$rm> Call <$ci> Test NAT Positif\n");
                        fix_contact();
                }
        }
        exit;
}

Someone can help me please
--

Best Regards


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to