<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Nick,<br>
Thank you for the response.&nbsp; You are dead on correct.&nbsp; My DNS was
mapped incorrectly in the /etc/resolv.conf&nbsp;&nbsp; Unfortunately, my issue
still abounds with my 2 SIP lines.&nbsp; I will spend all day Saturday
running through gdb and finally learning the SIP protocol such that I
can understand where and why my inbound SIP call cannot bridge the
audio connection on a call that it originates via JavaScript. <br>
<br>
Thanks again for your help.<br>
<br>
Regards,<br>
Chris<br>
<br>
Nick Taylor wrote:
<blockquote
 cite="mid:Pine.GSU.4.58.0709130304050.8999@adore.lightlink.com"
 type="cite">
  <pre wrap="">I haven't been following this thread and so my answer without reading may
be inappropriate.  If so, please kindly disregard.

Port 53 is DNS, it's what's used to translate domain names into ip
addresses.  The IP address 192.168.0.1 is a so-called "unroutable"
address, meaning that it can NEVER be a valid address outside of "your own
network".  Now, "your own network" could be very large, but if there's no
computer with a 192.168.0.1 address inside of your connection to your
internet service provider, then the line:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">udp        0      0 10.0.0.2:32826          192.168.0.1:53
ESTABLISHED14720/freeswitch
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->would seem to indicate that DNS is misconfigured somewhere.

If you're on some unix-like machine, please check your /etc/resolv.conf
file.

Anyone more familiar with freeswitch may know that it does or does not use
the system resolver, which I do not know.  If it does not use the system
resolver, then the above advice makes no sense whatsoever.</pre>
  <pre wrap=""><!----></pre>
</blockquote>
</body>
</html>