[OpenSIPS-Users] Error server error occurred (2/SL) on opensips

Bogdan-Andrei Iancu bogdan at opensips.org
Thu Sep 6 09:32:01 CEST 2012


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 at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20120906/7e17a42a/attachment.htm>


More information about the Users mailing list