<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=FR link="#0563C1" vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt'>Hi All,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>I’m trying to migrate from 3.1.2 to 3.1.3.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>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.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>Script code is : <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>    if(!sipmsg_validate("hrm"))<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>    {<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>        xlog("L_WARN", "Dropping mal formed Messages Retcode : $retcode IP:$si callID: $ci");<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>        send_reply(400, "Bad Request");<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>       exit;<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>    }<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'>As I understand, the call is drop because in RURI the domain part is not an IP address, ex :<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New";mso-fareast-language:FR'>INVITE sip:0123456789@sbc.mydomain.com SIP/2.0, </span><span lang=EN-US style='font-size:11.0pt;mso-fareast-language:FR'>is not working on 3.1.3 but work on 3.1.2</span><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New";mso-fareast-language:FR'><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New";mso-fareast-language:FR'>INVITE sip:0123456789@1.2.3.4 SIP/2.0, </span><span lang=EN-US style='font-size:11.0pt;mso-fareast-language:FR'>is working on 3.1.3 and 3.1.2<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;mso-fareast-language:FR'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;mso-fareast-language:FR'>Thanks for your help<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;mso-fareast-language:FR'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;mso-fareast-language:FR'>Alain</span><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New";mso-fareast-language:FR'><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt'><o:p> </o:p></span></p></div></body></html>