<div><div dir="auto">Calvin,</div><div dir="auto">The issue is more about what you want to do with that data in the opensips script. Are you really wanting to do floating point math in the script? Or are you taking those floats (like GPS coordinates) and using them as string values in a header. If that’s all you want to do, you should cast your values as strings before they land in the AVP IMO. No need to support that floating point format if you arn’t looking to do real-time precision math IN the script. </div><div dir="auto"><br></div><div dir="auto">If possible, that math really should occur in the database. Easy enough to do in a avp_db_query.</div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 11, 2020 at 11:57 AM Calvin Ellison <<a href="mailto:calvin.ellison@voxox.com">calvin.ellison@voxox.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div dir="ltr"><div dir="ltr"><br></div><div dir="ltr"><div dir="ltr" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>What other use cases might there be for double type values? E911 or other things using GPS coordinates might be stored this way, but 8 digits are more than enough for that.</div></div></div></div></div></div></div></div><div dir="ltr"><div dir="ltr"><div dir="ltr" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div></div></div></div></div></div></div></div></blockquote></div></div>