<div dir="ltr">Oh Ok. Got it. Thanks for the inputs.<div><br></div><div style>--- Jayesh</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 13, 2013 at 8:26 AM, Ovidiu Sas <span dir="ltr">&lt;<a href="mailto:osas@voipembedded.com" target="_blank">osas@voipembedded.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Make sure that the values are stored as strings in the table, not as float.<br>
<span class="HOEnZb"><font color="#888888"><br>
-ovidiu<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Tue, Mar 12, 2013 at 10:40 PM, Jayesh Nambiar &lt;<a href="mailto:jayesh1017@gmail.com">jayesh1017@gmail.com</a>&gt; wrote:<br>
&gt; Hi Ovidiu,<br>
&gt; Thanks for your reply. But I just expect them to be stored as string in my<br>
&gt; AVPs. Even in 1.8.2, when I dumped those AVPs back into a database table, it<br>
&gt; always put the exact value like 1.0000 or 0.0123 etc. So it was indeed<br>
&gt; storing the entire value as string in the AVPs and not as 1 or 0. Is this<br>
&gt; behaviour changed now?<br>
&gt;<br>
&gt;<br>
&gt; --- Jayesh<br>
&gt;<br>
&gt;<br>
&gt; On Tuesday, March 12, 2013, Ovidiu Sas wrote:<br>
&gt;&gt;<br>
&gt;&gt; You are trying to store a float into an int.  Prior to 1.9, there<br>
&gt;&gt; wasn&#39;t a strict check on the conversion and whatever the result was,<br>
&gt;&gt; it was stored (i.e. 1.000 was stored as 1 and 0.0123 was stored as 0).<br>
&gt;&gt; For more info: <a href="http://linux.die.net/man/3/strtol" target="_blank">http://linux.die.net/man/3/strtol</a><br>
&gt;&gt; Starting with 1.9, there is a strict check for invalid characters and<br>
&gt;&gt; therefore the conversion fails: 1.000 and 0.0123 are not a valid<br>
&gt;&gt; integers.<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Ovidiu Sas<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Mar 12, 2013 at 10:36 AM, Jayesh Nambiar &lt;<a href="mailto:jayesh1017@gmail.com">jayesh1017@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt; I am testing out Opensips-1.9 currently. While I was using<br>
&gt;&gt; &gt; opensips-1.8.2, I<br>
&gt;&gt; &gt; used avp_db_query to query some values from database tables which were<br>
&gt;&gt; &gt; float<br>
&gt;&gt; &gt; point values and used those values to insert into acc table. Obviously<br>
&gt;&gt; &gt; for<br>
&gt;&gt; &gt; billing reasons. But after upgrading to 1.9 it gives error.<br>
&gt;&gt; &gt; Eg: I am querying a table containing values 1.0000, 0.0123 etc. and<br>
&gt;&gt; &gt; storing<br>
&gt;&gt; &gt; it into AVPs. But the 1.9 version gives the following error:<br>
&gt;&gt; &gt; ERROR:core:db_str2int: Unexpected characters: [.0000]<br>
&gt;&gt; &gt; ERROR:db_mysql:db_mysql_str2val: error while converting integer value<br>
&gt;&gt; &gt; from<br>
&gt;&gt; &gt; string<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Can someone help me to take corrective actions inorder to avoid these<br>
&gt;&gt; &gt; errors. Any help is much appreciated.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --- Jayesh<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>