<!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">
Try setting in sip.conf:<br>
<br>
nat=route<br>
<br>
This tells asterisk to send all responses back to where the inquiry
came from rather then from the info contained in the sip packet.&nbsp; <br>
<br>
Good luck,<br>
Mark Coccimiglio<br>
IS Director<br>
Payroll Services Hawaii, Inc.<br>
<a class="moz-txt-link-freetext" href="http://www.psh-inc.com">http://www.psh-inc.com</a><br>
<br>
Elpidio Ramos wrote:
<blockquote
 cite="mid20060904164917.65235.qmail@web612.biz.mail.mud.yahoo.com"
 type="cite">
  <div>This seems to be an easy-to-solve problem but it may be again my
lask of knowledge in linux:</div>
  <div>&nbsp;</div>
  <div>My linux fedora core 3 asterisk box has a public IP and a
private IP (two NIC)</div>
  <div>&nbsp;</div>
  <div>I got the ports open in fedora core 3 (5060 and 10000 thru
30000) for both interfaces.</div>
  <div>&nbsp;</div>
  <div>I was able con connect my sip soft phone from a NAT connection
inside my network pointing to the public IP. </div>
  <div>&nbsp;</div>
  <div>When attempting to do the same from outside my network (from my
dsl connection from home), I get to hear the asterisk auto attendant
but not able to send any sound from my laptop.</div>
  <div>&nbsp;</div>
  <div>This is my sip.conf file:</div>
  <div>&nbsp;</div>
  <div>[general]<br>
context=ramosoft&nbsp;&nbsp;</div>
  <div>allowguest=no</div>
  <div>realm=ramosoft.com&nbsp;</div>
  <div>bindaddr=0.0.0.0&nbsp;&nbsp;<br>
bindport=5060&nbsp;&nbsp;&nbsp;<br>
srvlookup=yes&nbsp;&nbsp;&nbsp;<br>
pedantic=yes&nbsp;&nbsp;&nbsp;<br>
tos=184&nbsp;&nbsp;&nbsp;&nbsp;<br>
tos=lowdelay&nbsp;&nbsp;&nbsp;<br>
maxexpirey=3600&nbsp;&nbsp;&nbsp;<br>
defaultexpirey=120&nbsp;&nbsp;<br>
disallow=all&nbsp;&nbsp;&nbsp;<br>
allow=ulaw&nbsp;&nbsp;&nbsp;<br>
allow=ilbc&nbsp;&nbsp;&nbsp;<br>
allow=gsm&nbsp;&nbsp;<br>
musicclass=default&nbsp;&nbsp;<br>
language=es&nbsp;&nbsp;&nbsp;<br>
relaxdtmf=yes&nbsp;&nbsp;&nbsp;<br>
rtptimeout=60&nbsp;&nbsp;&nbsp;<br>
rtpholdtimeout=300&nbsp;&nbsp;<br>
useragent=RamoSoftPBX&nbsp;&nbsp;<br>
regcontext=ramosoft<br>
localnet=10.10.10.0/255.255.255.0&nbsp;<br>
rtcachefriends=yes&nbsp;&nbsp;&nbsp;</div>
  <div>&nbsp;</div>
  <div>[authentication]</div>
  <div>&nbsp;</div>
  <div>[311]<br>
type=friend<br>
regexten=311<br>
username=311<br>
secret=311<br>
callerid="Elpidio Ramos" &lt;311&gt;<br>
host=dynamic<br>
nat=yes<br>
canreinvite=no<br>
  </div>
  <div>Is there anything I am missing here to get two way voice?</div>
  <div>&nbsp;</div>
  <div>Thank you &nbsp;in advance all</div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
</body>
</html>