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
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users