<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Hi Guys,</div><div><br></div><div>I am testing  the Order Value in the content of NAPTR records using powerdns and MySQL database.</div><div><br></div><div>I am trying to see an order value of 0.000322 which is lowest cost entry for one target carrier, and 0.0049 for a slightly more expensive carrier.</div><div><br></div><div>So content looks like this in the records table;</div><div><br></div><div>0.000322 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier1.com!".</div><div>0.0049 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier2.com!".</div><div><br></div><div>When I do this I get a parsing error, I presume due to decimal point;</div><div><br></div><div><br></div><div>Mar  5 10:05:42 localhost pdns[6207]: Exception: Parsing record content: expected digits at position 1 in '0.000322 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier1.com!".'</div><div>Mar  5 10:05:42 localhost pdns[6207]: Exception building answer packet (Parsing record content: expected digits at position 1 in '0.000322 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier1.com!".') sending out servfail</div><div><br></div><div>So I wondered if it would respect the leading 0's if I removed the decimal, so I have entries as;</div><div><br></div><div>0000322 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier1.com!".</div><div>00049 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier2.com!".</div><div><br></div><div>However when testing with dig I am returned;</div><div><br></div><div> IN NAPTR 49 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier2.com!" .</div><div> IN NAPTR 322 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier1.com!" .</div><div><br></div><div>So doesnt seem to respect the leading 0's.</div><div><br></div><div>Is there anyway I can resolve this so I can define values such as 0.000322 so in the example above it is the preference?</div><div><br></div><div>Many thanks</div><div><br></div><div>Jon</div>                                    </div></body>
</html>