So &quot;don&#39;t work&quot; still means &quot;no audio&quot; and &quot;sip is ok&quot;, clear...<div><br></div><div>RTP packets are lost somewhere on the way:</div><div><br></div><div>You can check where RTP packets are lost - between FS and siptraffic, or between FS and your SIP Client.</div>
<div><br></div><div>1.Install &quot;ngrep&quot; if you don&#39;t have it yet (on Ubuntu: apt-get install ngrep)</div><div>2.Run it: &quot;ngrep port 5080&quot;</div><div>3.Start a call and after few ngrep&#39;s messages, stop ngrep using Ctrl+C</div>
<div>4.Find the first INVITE line from your FS to siptraffic, it will contain your IP and port at the following lines:</div><div>c=IN IP4 ****!!!YOUR-EC-IP!!!*****..t=0 0..m=audio ****!!!YOUR-RTP-PORT!!!**** RTP/AVP</div>
<div>5.Open new terminal window, and run &quot;ngrep port ****!!!YOUR-RTP-PORT!!!****&quot;</div><div>6. Wait 5 seconds</div><div>7. Stop ngrep using Ctrl+C</div><div>8. Hangup</div><div><br></div><div><div>Now on the second terminal you should see a lot of line pairs like:</div>
<div>YOUR-EC-IP -&gt; SIPTRAFFIC-IP</div><div>SIPTRAFFIC-IP -&gt; YOUR-EC-IP</div></div><div><br></div><div>If you see only one of the directions (e.g. only YOUR-EC-IP -&gt; SIPTRAFFIC-IP), then some problem is between FS and Siptraffic.</div>
<div><br></div><div>If you see both directions then problem is not here and most probably on the way from FS to your SIP Client or somewhere else (inside FS?)</div><div>If so, try to investigate this part using port 5060 (same way as 5080).</div>
<div><br></div><div>This analysis will narrow the problem a bit...</div><div><br></div><div>Regads,</div><div>Vitalie</div><div><br></div><div><br><br><div class="gmail_quote">2010/7/7 paul gore <span dir="ltr">&lt;<a href="mailto:paul.gore.j@gmail.com">paul.gore.j@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">This provider does work on another box which is not natted as ec2.<br>
Most puzzling here though is why call originaion via api even not<br>
going via siptraffic still gets no audio.<br>
<div><div></div><div class="h5"><br>
On 7/7/10, Tony Graziano &lt;<a href="mailto:tgraziano@myitdepartment.net">tgraziano@myitdepartment.net</a>&gt; wrote:<br>
&gt; You should try from a standalone or local installation to ensure it works<br>
&gt; with this provider and your account before you attempt to run it on ec2<br>
&gt; (imo).<br>
&gt;<br>
&gt; On Wed, Jul 7, 2010 at 4:16 PM, Sergey Okhapkin<br>
&gt; &lt;<a href="mailto:sos@sokhapkin.dyndns.org">sos@sokhapkin.dyndns.org</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; What &quot;doesn&#39;t work&quot; means? It could be (and most likely is not) FS-related<br>
&gt;&gt; problem<br>
&gt;&gt;<br>
&gt;&gt; On Wednesday 07 July 2010, Madovsky wrote:<br>
&gt;&gt; &gt; I had same problem from this provider without to explain why.<br>
&gt;&gt; &gt; One day it works, another day it doesn&#39;t, their support is crap...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;   ----- Original Message -----<br>
&gt;&gt; &gt;   From: Anthony Minessale<br>
&gt;&gt; &gt;   To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;   Sent: Wednesday, July 07, 2010 2:37 PM<br>
&gt;&gt; &gt;   Subject: Re: [Freeswitch-users] FS 1.0.6 on EC2 - no audio on outgoing<br>
&gt;&gt; &gt;  calls<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;   not really, not with so little information.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;   On Wed, Jul 7, 2010 at 1:30 PM, paul gore &lt;<a href="mailto:paul.gore.j@gmail.com">paul.gore.j@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;     Firewall is configured according to the wiki, I also tried to open<br>
&gt;&gt; all<br>
&gt;&gt; &gt;     udp ports, issue persists.<br>
&gt;&gt; &gt;     Actually the problem became more complex - outgoing calls don&#39;t work<br>
&gt;&gt; &gt;     with one particular termination provider, <a href="http://siptraffic.com" target="_blank">siptraffic.com</a> , any ideas<br>
&gt;&gt; &gt;     why?<br>
&gt;&gt; &gt;     Outgoing calls also don&#39;t work when originating a call via js script<br>
&gt;&gt; &gt;     or via FS api. Any clues on that one?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;     On 7/6/10, paul gore &lt;<a href="mailto:paul.gore.j@gmail.com">paul.gore.j@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;     &gt; Hi there,<br>
&gt;&gt; &gt;     &gt; I am experimenting with FS on EC2, I like results, but stuck on<br>
&gt;&gt; weird<br>
&gt;&gt; &gt;     &gt; audio issue - I followed FreeSwitch EC2 wiki article and modified<br>
&gt;&gt; &gt;     &gt; internal profile<br>
&gt;&gt; &gt;     &gt; and vars.xml accordingly, but unfortunately still cannot get it<br>
&gt;&gt; &gt;     &gt; working. Incoming and outgoing calls made using a SIP phone to FS<br>
&gt;&gt; &gt;     &gt; extensions work just fine. As well as calls to FS from PSTN. But<br>
&gt;&gt; &gt;     &gt; calls to PSTN via gateways result in no audio at all, no ring,<br>
&gt;&gt; &gt;     &gt; nothing, SIP signaling goes through OK. Sofia status profile shows<br>
&gt;&gt; &gt;     &gt; correct values for Ext-RTP-IP for both profiles -<br>
&gt;&gt; &gt;     &gt; my static public IP, RTP-IP shows local IP.<br>
&gt;&gt; &gt;     &gt; Any thoughts on that? Anybody can share working profile<br>
&gt;&gt; configuration<br>
&gt;&gt; &gt;     &gt; may be?<br>
&gt;&gt; &gt;     &gt; Please help, I really need to get this going.<br>
&gt;&gt; &gt;     &gt;<br>
&gt;&gt; &gt;     &gt; Thanks.<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;<br>
&gt;&gt; &gt;  UNSUBSCRIBE:<br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;  <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;   FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt; &gt;   ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt; &gt;   Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;   AIM: anthm<br>
</div></div>&gt;&gt; &gt;   <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a>&lt;<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>

&gt;&gt; &gt;<br>
&gt;&gt; &gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a>&lt;<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>

<div class="im">&gt;&gt; &gt;   IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;   FreeSWITCH Developer Conference<br>
</div>&gt;&gt; &gt;   <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a>&lt;<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a>&lt;<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>

<div><div></div><div class="h5">&gt;&gt; &gt;   pstn:+19193869900<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; ---------------------------------------------------------------------------<br>
&gt;&gt; &gt; ---<br>
&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:<br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;   <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;<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>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; ======================<br>
&gt; Tony Graziano, Manager<br>
&gt; Telephone: 434.984.8430<br>
&gt; sip: <a href="mailto:tgraziano@voice.myitdepartment.net">tgraziano@voice.myitdepartment.net</a><br>
&gt; Fax: 434.984.8431<br>
&gt;<br>
&gt; Email: <a href="mailto:tgraziano@myitdepartment.net">tgraziano@myitdepartment.net</a><br>
&gt;<br>
&gt; LAN/Telephony/Security and Control Systems Helpdesk:<br>
&gt; Telephone: 434.984.8426<br>
&gt; sip: <a href="mailto:helpdesk@voice.myitdepartment.net">helpdesk@voice.myitdepartment.net</a><br>
&gt; Fax: 434.984.8427<br>
&gt;<br>
&gt; Helpdesk Contract Customers:<br>
&gt; <a href="http://www.myitdepartment.net/gethelp/" target="_blank">http://www.myitdepartment.net/gethelp/</a><br>
&gt;<br>
&gt; Why do mathematicians always confuse Halloween and Christmas?<br>
&gt; Because 31 Oct = 25 Dec.<br>
&gt;<br>
<br>
</div></div><div><div></div><div class="h5">_______________________________________________<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></div>