<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'>Hello All,<br><br>I have a Zone file Configured like this wiht the below NAPTR Record.<br>I have an issue while loading the Zone File<br>Bind Version I am Running is bind-9.8.2-0.17.rc1.el6.x86_64<br><br>While Loading the Zone file, it gives the following syntax Error<br>"<br>dns_rdata_fromtext: psx64.com:16: syntax error<br>zone psx64.com/IN: loading from master file psx64.com failed: syntax error<br>zone psx64.com/IN: not loaded due to errors.<br>"<br>I see it is basically not able to handle \\ in sip:\\1<br><br>How do I make the bind Server to just handle this "backslash"? <br>Why would not the bind server accept this?<br><br>$TTL 0<br>$ORIGIN psx64.com.<br>@ IN SOA picardvm2.psx64.com. root.psx64.com. (<br> 2002022401 ; serial<br> 3H ; refresh<br> 15 ; retry<br> 1w ; expire<br> 3h ; minimum<br> )<br>; Name Server (NS) records<br>psx64.com. IN NS picardvm2.psx64.com.<br>; A records<br>picardvm2.psx64.com. IN A 10.54.48.68<br>; NAPTR records<br><br>4.2.5.4.1.1.5.4.8.9.1.psx64.com. IN NAPTR 100 10 "u" "E2U+sip" "!^.*$!sip:\\1@sonusnet.com;user=phone!" .<br> </div></body>
</html>