<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:10pt"><div>Hi Jean<br><br>yeah, your way solves my issue<br><br>Thank you<br><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 10pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">Từ:</span></b> Jean-Yves F. Barbier &lt;12ukwn@gmail.com&gt;<br><b><span style="font-weight: bold;">Đến:</span></b> freeswitch-users@lists.freeswitch.org<br><b><span style="font-weight: bold;">Gửi ngày:</span></b> 21:50:05, Thứ Năm, 1 tháng 4 2010 <br><b><span style="font-weight: bold;">Chủ đề:</span></b> Re: [Freeswitch-users] :  need help on call to gateway<br></font><br>Le Thu, 1 Apr 2010 22:17:48 +0800 (SGT),<br>false &lt;<a ymailto="mailto:cucku.cucku@yahoo.com.vn"
 href="mailto:cucku.cucku@yahoo.com.vn">cucku.cucku@yahoo.com.vn</a>&gt; a écrit :<br><br>&gt; Thank you for you recommend<br>&gt; <br>&gt; from your recommendation, i add the host name : sip.yeah.com into the <br>&gt; /etc/hosts<br>&gt; <br>&gt; but i am still getting error on DNS <br>&gt;&nbsp; Failed with status DNS Error [503]<br><br>This is because /etc/host.conf isn't configured to first pick a name<br>into /etc/hosts before a DNS resolution occurs (man host.conf)<br><br>But it is usually better to create a specific DNS zone, such as:<br><br>; Zone for *.fusionpbx.set<br>$TTL&nbsp;&nbsp;&nbsp; 1D<br>$ORIGIN&nbsp;&nbsp;&nbsp; fusionpbx.set.<br>;<br>@&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;  IN&nbsp;  SOA&nbsp;  fusionpbx.set.&nbsp;  hostmaster.fusionpbx.set. ( <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 2010030401&nbsp;&nbsp;&nbsp; ; serial<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
 8H&nbsp;&nbsp;&nbsp; ; refresh<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 4H&nbsp;&nbsp;&nbsp; ; retry<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 4W&nbsp;&nbsp;&nbsp; ; expire<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1D);<br>; DNS names<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;  IN&nbsp;  NS&nbsp;  ns1.fusionpbx.set. <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;  IN&nbsp;  NS&nbsp;  ns2.fusionpbx.set.<br>; MX<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;  IN&nbsp;  MX&nbsp;  10&nbsp;  mail.fusionpbx.set.<br>; Virtual Machines &amp; Hosts<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;  IN&nbsp; &nbsp; A&nbsp;  192.168.1.25<br>ns1&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;  IN&nbsp; &nbsp; A&nbsp;  192.168.1.1<br>ns2&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;  IN&nbsp; &nbsp; A&nbsp;  192.168.1.2<br>mail&nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp; &nbsp;  IN&nbsp; &nbsp; A&nbsp;  192.168.1.50<br>*.fusionpbx.set.&nbsp;  IN&nbsp; &nbsp; A&nbsp;  192.168.1.25<br><br>This way, you can address any subdomain (but may be that's not what you're<br>looking for?)<br><br><br>-- <br>"Take that, you hostile sons-of-bitches!"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -- James Coburn, in the finale of _The_President's_Analyst_<br><br>_______________________________________________<br>FreeSWITCH-users mailing list<br><a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a
 href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></div></div>
</div><br>
      <hr size=1> Yahoo! Mail nay nhanh và nhiều không gian thoáng hơn.<a href="http://vn.mail.yahoo.com"> Hãy trải nghiệm ngay hôm nay! </a></body></html>