<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 name=Titre content=""><meta name="Mots clés" content=""><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:"Courier New";
        panose-1:2 7 3 9 2 2 5 2 4 4;}
@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;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:Calibri;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"Préformaté HTML Car";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
tt
        {mso-style-priority:99;
        font-family:"Courier New";}
span.PrformatHTMLCar
        {mso-style-name:"Préformaté HTML Car";
        mso-style-priority:99;
        mso-style-link:"Préformaté HTML";
        font-family:Courier;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:Calibri;
        color:windowtext;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:Calibri;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:595.0pt 842.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body bgcolor=white lang=FR link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt'>Hi Răzvan, <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt'>I will test that, many thanks<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt'>Regards<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span style='color:black'>De&nbsp;: </span></b><span style='color:black'>&lt;users-bounces@lists.opensips.org&gt; au nom de Răzvan Crainea &lt;razvan@opensips.org&gt;<br><b>Répondre à&nbsp;: </b>OpenSIPS users mailling list &lt;users@lists.opensips.org&gt;<br><b>Date&nbsp;: </b>mercredi 9 novembre 2016 à 16:39<br><b>À&nbsp;: </b>&lt;users@lists.opensips.org&gt;<br><b>Objet&nbsp;: </b>Re: [OpenSIPS-Users] Migrating form 1.11.5 to 1.11.9</span><span style='color:black;mso-fareast-language:FR'><o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Times New Roman"'><o:p>&nbsp;</o:p></span></p></div><p class=MsoNormal><tt><span style='font-size:10.0pt'>Hi, Alain!</span></tt><span style='font-size:10.0pt;font-family:"Courier New"'><br><br><tt>Somewhere between 1.11.5 and 1.11.9 we figured out a problem related to mysql queries: if your database entry is NULL, we can't just simply set a NULL value to an AVP, because that just deletes the previous value. So you end up in a very inconsistent state. That's why we decided to set the value &quot;&lt;null&gt;&quot; to all the fields that are NULL in the database (this token is used in serveral other scenarios, that's why we picked this name).</tt><br><br><tt>Therefore, in order to properly test if a column is provisioned NULL in the database is:</tt><br><tt>if ($avp(redirect) != &quot;&lt;null&gt;&quot;) {</tt><br><tt>}</tt><br><br><tt>Let us know how this goes.</tt><br><br><tt>Best regards,</tt><br><br></span><o:p></o:p></p><pre>Răzvan Crainea<o:p></o:p></pre><pre>OpenSIPS Solutions<o:p></o:p></pre><pre><a href="http://www.opensips-solutions.com">www.opensips-solutions.com</a><o:p></o:p></pre><div><p class=MsoNormal>On 11/09/2016 05:06 PM, Alain Bieuzent wrote:<o:p></o:p></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal><span style='font-size:11.0pt'>Hi All,</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>&nbsp;</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>I&#8217;m trying to migrate form 1.11.5 to 1.11.9 and i have a problem to test the value of a mysql query when the reseult is null.</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>&nbsp;</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>In 1.11.5 this test «&nbsp;if (!$avp(redirect) == NULL)&nbsp;» works, but doesn&#8217;t work in 1.11.9.</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>&nbsp;</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>Is there a change in code&nbsp;?</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>What is the corect way to test a null value from avp&nbsp;?</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>&nbsp;</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>Regards</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>&nbsp;</span><o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt'>Alain.</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Times New Roman";mso-fareast-language:FR'><br><br><br><o:p></o:p></span></p><pre>_______________________________________________<o:p></o:p></pre><pre>Users mailing list<o:p></o:p></pre><pre><a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><o:p></o:p></pre><pre><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><o:p></o:p></pre></blockquote><p class=MsoNormal><span style='font-family:"Times New Roman";mso-fareast-language:FR'><br>_______________________________________________ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users <o:p></o:p></span></p></div></body></html>