Hi All,

 

I’m trying to migrate from 3.1.2 to 3.1.3.

Some calls are drop with a retcode: -12 in 3.1.3 while the same code does not 
reject the call in 3.1.2.

 

Script code is : 

 

    if(!sipmsg_validate("hrm"))

    {

        xlog("L_WARN", "Dropping mal formed Messages Retcode : $retcode IP:$si 
callID: $ci");

        send_reply(400, "Bad Request");

       exit;

    }

 

As I understand, the call is drop because in RURI the domain part is not an IP 
address, ex :

 

INVITE sip:[email protected] SIP/2.0, is not working on 3.1.3 but 
work on 3.1.2

INVITE sip:[email protected] SIP/2.0, is working on 3.1.3 and 3.1.2

 

Thanks for your help

 

Alain

 

 

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to