It is if FS was able to detect NAT. Are you behind PMP or UPnP? Otherwise, no go....<br><br>Have you changed the ext-sip-ip too?<br><br>Regards,<br><br>JM<br><br><br><div class="gmail_quote">On Mon, Nov 9, 2009 at 12:32 AM, Mark Campbell-Smith <span dir="ltr">&lt;<a href="mailto:mcampbellsmith@gmail.com">mcampbellsmith@gmail.com</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;">Hi again,<br>
<br>
Actually, changing the &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt; to<br>
&lt;param name=&quot;ext-rtp-ip&quot; value=&quot;$${external_sip_ip}&quot;/&gt; means that I<br>
now see the IP address in the INVITE message:<br>
<br>
   v=0<br>
   o=FreeSWITCH 1257711702 1257711703 IN IP4 124.xxx.xxx.xxx<br>
   s=FreeSWITCH<br>
   c=IN IP4 124.xxx.xxx.xxx<br>
   t=0 0<br>
   m=audio 21234 RTP/AVP 0 2 9 8 101 13<br>
<br>
Why would this be?  I thought auto-nat was meant to solve these issues?<br>
<br>
However, I still do not see the TRYING or RINGING messages....  ideas<br>
appreciated.<br>
<br>
Thanks!<br>
<div><div></div><div class="h5"><br>
On Mon, Nov 9, 2009 at 1:14 PM, Mark Campbell-Smith<br>
&lt;<a href="mailto:mcampbellsmith@gmail.com">mcampbellsmith@gmail.com</a>&gt; wrote:<br>
&gt; OK.. thanks Mike.<br>
&gt;<br>
&gt; I assume I am using the Internal profile.   I have defined user 2000<br>
&gt; in the &#39;directory&#39; using a context called family:   switch_ivr.c:1367<br>
&gt; Transfer sofia/internal/<a href="mailto:1000@192.168.1.120">1000@192.168.1.120</a> to XML[2000@family]<br>
&gt;<br>
&gt; This is an extract from sofia:<br>
&gt;<br>
&gt; sofia status profile internal<br>
&gt; =================================================================================================<br>
&gt; Name                    internal<br>
&gt; Domain Name             N/A<br>
&gt; DBName                  sofia_reg_internal<br>
&gt; Pres Hosts<br>
&gt; Dialplan                XML<br>
&gt; Context                 public<br>
&gt; Challenge Realm         auto_from<br>
&gt; RTP-IP                  192.168.1.120<br>
&gt; Ext-RTP-IP              124.xxx.xxx.xxx<br>
&gt; SIP-IP                  192.168.1.120<br>
&gt; Ext-SIP-IP              124.xxx.xxx.xxx<br>
&gt; URL                     <a href="http://sip:mod_sofia@192.168.1.120:5060" target="_blank">sip:mod_sofia@192.168.1.120:5060</a><br>
&gt; BIND-URL                <a href="http://sip:mod_sofia@192.168.1.120:5060" target="_blank">sip:mod_sofia@192.168.1.120:5060</a><br>
&gt; HOLD-MUSIC              silence<br>
&gt; OUTBOUND-PROXY          N/A<br>
&gt; CODECS                  G726-32,G722,PCMU,PCMA<br>
&gt; TEL-EVENT               101<br>
&gt; DTMF-MODE               rfc2833<br>
&gt; CNG                     13<br>
&gt; SESSION-TO              0<br>
&gt; MAX-DIALOG              0<br>
&gt; NOMEDIA                 false<br>
&gt; LATE-NEG                false<br>
&gt; PROXY-MEDIA             false<br>
&gt; AGGRESSIVENAT           true<br>
&gt; STUN-ENABLED            true<br>
&gt; STUN-AUTO-DISABLE       false<br>
&gt; CALLS-IN                100<br>
&gt; FAILED-CALLS-IN         25<br>
&gt; CALLS-OUT               38<br>
&gt; FAILED-CALLS-OUT        31<br>
&gt;<br>
&gt; Registrations:<br>
&gt; =================================================================================================<br>
&gt; Call-ID:        <a href="mailto:68534BBA9B461526@58.169.138.53">68534BBA9B461526@58.169.138.53</a><br>
&gt; User:           <a href="mailto:2000@192.168.1.120">2000@192.168.1.120</a><br>
&gt; Contact:        &quot;user&quot; &lt;sip:2000@58.xxx.xxx.xxx:5060&gt;<br>
&gt; Agent:          dunno<br>
&gt; Status:         Registered(UDP)(unknown) EXP(2009-11-09 14:58:30)<br>
&gt; Host:           freeswitch<br>
&gt; IP:             58.xxx.xxx.xxx<br>
&gt; Port:           5060<br>
&gt; Auth-User:      2000<br>
&gt; Auth-Realm:     <a href="http://markcs.dyndns.org" target="_blank">markcs.dyndns.org</a><br>
&gt; MWI-Account:    <a href="mailto:2000@192.168.1.120">2000@192.168.1.120</a><br>
&gt;<br>
&gt; The internal.xml file has a lot in it, but I guess these are the<br>
&gt; important things for this profile:<br>
&gt;<br>
&gt;    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>
&gt;    &lt;param name=&quot;ext-sip-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>
&gt;<br>
&gt;    &lt;param name=&quot;sip-port&quot; value=&quot;$${internal_sip_port}&quot;/&gt;<br>
&gt;    &lt;param name=&quot;rtp-ip&quot; value=&quot;auto&quot;/&gt;<br>
&gt;<br>
&gt; I will try to change auto-nat to be $${external_sip_ip}<br>
&gt;<br>
&gt; One question though:  Any idea why I never see the TRYING or RINGING<br>
&gt; messages?   Are tehse related to the RTP IP address or not?  Without<br>
&gt; these I assume something is incorrect and I do not hear ringback....<br>
&gt;<br>
&gt; Thanks!<br>
&gt;<br>
&gt; On Mon, Nov 9, 2009 at 11:41 AM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>
&gt;&gt; Your packet traces would disagree with the statements below.  It is<br>
&gt;&gt; sending your internal address in rtp, so its not set correctly on<br>
&gt;&gt; whatever profile your using to call out,<br>
&gt;&gt;<br>
&gt;&gt; MIke<br>
&gt;&gt;<br>
&gt;&gt; On Nov 8, 2009, at 4:59 PM, Mark Campbell-Smith wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi Mike,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I should have put that in also.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I do have external_rtp_ip set in my config.  I have it set to my<br>
&gt;&gt;&gt; domain name:<br>
&gt;&gt;&gt; &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;external_rtp_ip=host:mydomainname&quot;/&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I should also mention that if I use <a href="http://flaphone.com" target="_blank">flaphone.com</a> (which registers with<br>
&gt;&gt;&gt; an external IP address), then I get audio.  In sofia, I see my IP<br>
&gt;&gt;&gt; addresses:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; ======================================================================<br>
&gt;&gt;&gt; Name                    internal<br>
&gt;&gt;&gt; Domain Name             N/A<br>
&gt;&gt;&gt; DBName                  sofia_reg_internal<br>
&gt;&gt;&gt; Pres Hosts<br>
&gt;&gt;&gt; Dialplan                XML<br>
&gt;&gt;&gt; Context                 public<br>
&gt;&gt;&gt; Challenge Realm         auto_from<br>
&gt;&gt;&gt; RTP-IP                  192.168.1.120<br>
&gt;&gt;&gt; Ext-RTP-IP              124.xxx.xxx.xxx<br>
&gt;&gt;&gt; SIP-IP                  192.168.1.120<br>
&gt;&gt;&gt; Ext-SIP-IP              124.xxx.xxx.x<br>
&gt;&gt;&gt; URL                     <a href="http://sip:mod_sofia@192.168.1.120:5060" target="_blank">sip:mod_sofia@192.168.1.120:5060</a><br>
&gt;&gt;&gt; BIND-URL                <a href="http://sip:mod_sofia@192.168.1.120:5060" target="_blank">sip:mod_sofia@192.168.1.120:5060</a><br>
&gt;&gt;&gt; HOLD-MUSIC              silence<br>
&gt;&gt;&gt; OUTBOUND-PROXY          N/A<br>
&gt;&gt;&gt; CODECS                  G726-32,G722,PCMU,PCMA<br>
&gt;&gt;&gt; TEL-EVENT               101<br>
&gt;&gt;&gt; DTMF-MODE               rfc2833<br>
&gt;&gt;&gt; CNG                     13<br>
&gt;&gt;&gt; SESSION-TO              0<br>
&gt;&gt;&gt; MAX-DIALOG              0<br>
&gt;&gt;&gt; NOMEDIA                 false<br>
&gt;&gt;&gt; LATE-NEG                false<br>
&gt;&gt;&gt; PROXY-MEDIA             false<br>
&gt;&gt;&gt; AGGRESSIVENAT           true<br>
&gt;&gt;&gt; STUN-ENABLED            true<br>
&gt;&gt;&gt; STUN-AUTO-DISABLE       false<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Mon, Nov 9, 2009 at 7:28 AM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt; You don&#39;t have ext-rtp-ip set in your config.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Mike<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Nov 8, 2009, at 6:59 AM, Mark Campbell-Smith wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Hi!<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I have FS natted and am connecting with an &#39;external&#39; extension that<br>
&gt;&gt;&gt;&gt;&gt; is registered to FS.  ie the extension 2000 is registered on the<br>
&gt;&gt;&gt;&gt;&gt; internet with a public IP through my router to FS (192.168.1.120 IP<br>
&gt;&gt;&gt;&gt;&gt; address).  uPnP works and I see that the extension is registered<br>
&gt;&gt;&gt;&gt;&gt; successfully.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; The problem is that I do not get any audio<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; When looking at the SIP trace, I see the INVITE but do not see a<br>
&gt;&gt;&gt;&gt;&gt; TRYING or RINGING message.  The extension is actually ringing.  I<br>
&gt;&gt;&gt;&gt;&gt; modified the RTP port range on the remote end to match the RTP ports<br>
&gt;&gt;&gt;&gt;&gt; of freeswitch.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I have put a sip trace in the pastebin at <a href="http://pastebin.freeswitch.org/11035" target="_blank">http://pastebin.freeswitch.org/11035</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; If anyone has an idea what needs to be set to get audio, help<br>
&gt;&gt;&gt;&gt;&gt; appreciated.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanks!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-</a><br>
&gt;&gt;&gt;&gt; users<br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-</a><br>
&gt;&gt;&gt; users<br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a 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></blockquote></div><br>