<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
We have enum records where 0123456789 points to 0123456789@domain.tld. And then multiple SRV records pointing to the actual hosts; _sip._udp SRV record for domain.tld pointing to host1.domain.tld and host2.domain.tld for load balancing.<br><br>In our config we run is_from_user_enum, which up until adding a second entry for the SRV records worked fine. Now however the is_from_user_enum lookup invariably returns the opposite DNS record for the reply. Ie. host1 is requesting and the dns cache returns host2 and then the is_from_user_enum fails and the reply is dropped.<br><br>Is there a way to make is_from_user_enum test ALL values of the SRV record?<br><br>Thanks!<br>-Eric<br>                                               </body>
</html>