<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
We are trying to use a softphone from a location that is behind a
firewall. We are using x-lite as the softphone.<br>
<br>
So far, we've been able to get the phone to register with the asterisk
server, and it can receive voice from the asterisk server (IE,
voicemail, etc). <br>
<br>
However, asterisk can't hear anything from the softphone. We have used
2 different machines to test this on. We are watching the traffic and
noticed that there doesn't appear to be any rtp traffic going back to
asterisk (this is where we think the problem might be). The firewalls
on both sides have ports 5060, 10000-20000 and 3478 (STUN) open.<br>
<br>
Out conf files are:<br>
------------------<br>
[sip.conf]<br>
<br>
<b>[general]<br>
context=incoming&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Default context for incoming calls<br>
bindport=5060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; UDP Port to bind to (SIP standard
port is 5060)<br>
bindaddr=0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; IP address to bind to (0.0.0.0 binds
to all)<br>
srvlookup=yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Enable DNS SRV lookups on outbound
calls<br>
allow = all<br>
<br>
[1000]<br>
nat=yes<br>
type=friend<br>
secret=Polycom<br>
context=internal<br>
host=dynamic<br>
canreinvite=no<br>
mailbox=1000@default<br>
callerid=TESTUSER1 &lt;1000&gt;<br>
</b><br>
-----------------<br>
[extensions.conf]<br>
exten =&gt; 1000,1,Macro(stdexten,1000@default,SIP/1000)<br>
----------------<br>
<br>
[rtp.conf]<br>
<br>
[general]<br>
rtpstart=12000<br>
rtpend=12005<br>
dtmftimeout=3000<br>
<br>
What are we missing?<br>
</body>
</html>