I have no problem doing that by adding the information you have under [general] to /etc/asterisk/sip_nat.conf<br><br><div class="gmail_quote">On Thu, Jan 29, 2009 at 7:30 AM, Holger Latz <span dir="ltr">&lt;<a href="mailto:tech@globalview.de">tech@globalview.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi all,<br>
<br>
I&#39;d like to connect a softphone at home (nat, dynamic-ip) to a sip-phone<br>
in the office via asterisk 1.4.21 (nat, fixed-ip). SIP works well, the<br>
phone is ringing, but when I pickup the call, there&#39;s no audio on both<br>
sides.<br>
<br>
I debugged the rtp-traffic at home. As long as the phone is ringing,<br>
everything is fine. But after the pickup, asterisk sends a SIP/SDP<br>
package with its private address (192.168.100.10). After the softphone<br>
received this package, it tries to send RTP data to this address!<br>
Obviously those packages never reach asterisk...<br>
<br>
Does &#39;externip&#39; just works for SIP and not for RTP?<br>
Where does the the internal IP-address come from and how can I set the<br>
right one?<br>
<br>
<br>
My configuration:<br>
<br>
[general]<br>
externip = 85.XXX.XXX.XXX<br>
nat = yes<br>
localnet = <a href="http://192.168.100.0/24" target="_blank">192.168.100.0/24</a><br>
<br>
[42]<br>
deny=<a href="http://0.0.0.0/0.0.0.0disallow=alltype=friendsecret=XXXqualify=yesport=5060" target="_blank">0.0.0.0/0.0.0.0<br>
disallow=all<br>
type=friend<br>
secret=XXX<br>
qualify=yes<br>
port=5060</a><br>
pickupgroup=<br>
permit=<a href="http://0.0.0.0/0.0.0.0nat=yesmailbox=42@devicehost=dynamicdtmfmode=rfc2833dial=SIP/42context=from-internalcanreinvite=no" target="_blank">0.0.0.0/0.0.0.0<br>
nat=yes<br>
mailbox=42@device<br>
host=dynamic<br>
dtmfmode=rfc2833<br>
dial=SIP/42<br>
context=from-internal<br>
canreinvite=no</a><br>
callgroup=<br>
callerid=device &lt;42&gt;<br>
allow=alaw<br>
accountcode=<br>
call-limit=50<br>
<br>
<br>
Regards<br>
Holger<br>
<br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>