<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello, All,<br>
    <br>
    I have a question about using SRV record. One of SIP provider is
    using DNS SRV record. If I use IP address of the SIP proxy server I
    can successfully register my Asterisk 1.8.5. But If I try to use the
    domain name like:<br>
    <i>register =&gt; <a class="moz-txt-link-abbreviated" href="mailto:user:pass@somedomain.com">user:pass@somedomain.com</a></i><br>
    then the registration failed.<br>
    <br>
    So I have to "<i>dig somedomain.com SRV</i>" to find out the SIP
    proxy host, for example, "sip.regserver.com", then I have to run "<i>dig
      sip.regserver.com</i>" to find out the real IP address.<br>
    <br>
    Does Asterisk has the feature so I can register by SRV record? I
    lookup up sip.conf and I enabled srvlookup=yes, but that is only for
    SIP URI outgoing call, not for SIP registration.<br>
    <br>
    Thank you in advance.<br>
    <br>
    Jian<br>
  </body>
</html>