<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>Sorry, last question for a while!</div><div><br></div><div>Is it possible to disable longest-digit match in the name lookup?</div><div><br></div><div>I only ask as running queries on the following entries (shown below from records table) using for example a dig to NAPTR 4.3.2.1.5.5.5.4.0.7.1.0.0.e164.sip.mn, the call is always routed to</div><div>carrier 3, where as Id like to be in a position ideally where it would pickup the wildcard with the higher priority (carrier1.com) ideally.</div><div><br></div><div>Is it an option or not designed due to RFC?</div><div><br></div><div>Thanks</div><div><br></div><div>Jon</div><div><br></div><div><br></div><div><br></div><div>mysql> select * from records;</div><div>+----+-----------+---------------------------------+-------+----------------------------------------------------+-------+------+-------------+----------+-----------+------+</div><div>| id | domain_id | name                            | type  | content                                            | ttl   | prio | change_date | disabled | ordername | auth |</div><div>+----+-----------+---------------------------------+-------+----------------------------------------------------+-------+------+-------------+----------+-----------+------+</div><div><br></div><div>|  5 |         1 | *.1.0.0.e164.sip.mn             | NAPTR | 1 1 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier1.com!" .   |   120 | NULL |        NULL |        0 | NULL      |    1 |</div><div>|  6 |         1 | *.1.0.0.e164.sip.mn             | NAPTR | 3 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier2.com!".   |   120 | NULL |        NULL |        0 | NULL      |    1 |</div><div>|  7 |         1 | *.5.5.5.4.0.7.1.0.0.e164.sip.mn | NAPTR | 5 10 "U" "E2U+sip" "!^(.*)$!sip:\\1@carrier3.com!". |   120 | NULL |        NULL |        0 | NULL      |    1 |</div><div>+----+-----------+---------------------------------+-------+----------------------------------------------------+-------+------+-------------+----------+-----------+------+</div><div><br></div>                                         </div></body>
</html>