<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>I was able to pull the box out <span class="Object" id="OBJ_PREFIX_DWT3469">yesterday</span> and try some load testing 
under tcpdump.&nbsp; It looks like under load freeswitch was trying to 
ping the far end RTP port which was failing:<br><br>57&nbsp;&nbsp;&nbsp; 1.477101&nbsp;&nbsp;&nbsp; 
192.168.24.22&nbsp;&nbsp;&nbsp; 192.168.21.4&nbsp;&nbsp;&nbsp; ICMP&nbsp;&nbsp;&nbsp; Destination unreachable (Port 
unreachable)<br><br>I'm guessing this is part of auto nat detection?&nbsp; Is this a tunable option?&nbsp;&nbsp;&nbsp; I don't need stun/nat functionality at this point so I'm running freeswitch with the -nonat&nbsp; flag right now to see if its playing a part here.&nbsp; <br><br>I have the tcpdump 
of a call if anyone is interested.<br><br>Thanks<br>Dan-<br><hr id="zwchr"><b>From: </b>"Anthony Minessale" &lt;anthony.minessale@gmail.com&gt;<br><b>To: </b>freeswitch-users@lists.freeswitch.org<br><b>Sent: </b>Wednesday, June 30, 2010 9:41:19 PM<br><b>Subject: </b>Re: [Freeswitch-users] calls ending with MEDIA_TIMEOUT<br><br>you neet to get pcaps of the calls and look at the rtp and sip going on.<div><br></div><div><br><br><div class="gmail_quote">On Wed, Jun 30, 2010 at 9:39 AM, Dan <span dir="ltr">&lt;<a href="mailto:freeswitch-users@digitaldan.com" mce_href="mailto:freeswitch-users@digitaldan.com" target="_blank">freeswitch-users@digitaldan.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" mce_style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div style="font-family: Times New Roman; font-size: 12pt; color: rgb(0, 0, 0);" mce_style="font-family:Times New Roman;font-size:12pt;color:#000000">Thanks for your response, I put everything up on pastebin <span><a href="http://pastebin.freeswitch.org/13322" mce_href="http://pastebin.freeswitch.org/13322" target="_blank">http://pastebin.freeswitch.org/13322</a></span>
 . The application in question is actually javascript, I'm using lua in 
production but was switching to the posted js version with the upgrade.<br><br>Now
 that I posted it i realized I have <br><br>&lt;action application="set"
 data="rtp_timer_name=none"/&gt;<br><br>in my dial plan, I believed I 
used it in the older version to get around some dtmf issues or choppy 
playback (can't remember), not sure if this could be part of the issue 
(although it works fine in the production version I'm running)<br><br><br>So
 I pulled one of the recordings that hung up after 4 minutes, but was 
only 24 seconds long, it sounded fine (but obviously too short).&nbsp; But 
another one that dropped after 5 minutes and only 19 seconds in length 
was very choppy and&nbsp; included short spurts of audio from parts of the 
call that were much longer then 19 seconds.&nbsp; <br><hr><b>From: </b>"Anthony Minessale" &lt;<a href="mailto:anthony.minessale@gmail.com" mce_href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;<br><b>To: </b><a href="mailto:freeswitch-users@lists.freeswitch.org" mce_href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
<b>Sent: </b>Tuesday, June 29, 2010 12:54:21 PM<br><b>Subject: </b>Re: [Freeswitch-users] calls ending with MEDIA_TIMEOUT<div><div></div><div class="h5"><br><br>it's not 100% accurate in the media timeout.<div>It would be too expensive to use actual timers, it uses the number of samples you should be getting from rtp</div>
<div>and a number of loops where no media was received.</div>
<div><br></div><div>Migrating from svn 13000 range to GIT is a big step and you may have to adjust to some new&nbsp;behaviors.</div><div>media_timeout may not even have existed that long ago I don't recall.</div><div><br>
</div>
<div>If you don't need media timeouts turn off the param or turn it up to longer.</div><div><br></div><div><br><div class="gmail_quote">On Tue, Jun 29, 2010 at 1:09 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org" mce_href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" mce_style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid #cccccc;padding-left:1ex">Pastebin your dialplan and the lua script for starters. Also, is it the 5300 that is responding with the media timeout?<br>

-MC<br><br><div class="gmail_quote"><div><div></div><div>On Tue, Jun 29, 2010 at 10:15 AM, Dan <span dir="ltr">&lt;<a href="mailto:freeswitch-users@digitaldan.com" mce_href="mailto:freeswitch-users@digitaldan.com" target="_blank">freeswitch-users@digitaldan.com</a>&gt;</span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" mce_style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid #cccccc;padding-left:1ex"><div><div></div><div><div><div style="font-family: Times New Roman; font-size: 12pt; color: rgb(0, 0, 0);" mce_style="font-family:Times New Roman;font-size:12pt;color:#000000">

Hi guys, I have been running two freeswitch boxes (13754M)&nbsp; that answer calls from a cisco 5300 (both on the same network) and records them to disk with a small lua application.&nbsp; This has been working well for the past few months.&nbsp; I decided to upgrade one of them to trunk (&nbsp; git-3fbd9e2 2010-06-11 11-08-51 -0500 ) and have run into a problem.&nbsp; Some calls will fail with a MEDIA_TIMEOUT&nbsp; after a few minutes, the time it takes to fail ranges from 4 minutes to 10 minutes,&nbsp; I don't have a full sip trace or pcap dump yet, I reverted back to the old freeswitch version (on the same hardware) and have not been able to reproduce it in a test environment yet ( I continue to try).&nbsp;&nbsp; Below are the relevant lines from the log files for one of the calls:<br>


<br>2010-06-23 07:42:19.033466 [DEBUG] switch_channel.c:2257 (sofia/external/<a href="mailto:nobody@192.168.21.4" mce_href="mailto:nobody@192.168.21.4" target="_blank">nobody@192.168.21.4</a>) Callstate Change ACTIVE -&gt; HANGUP<br>2010-06-23 07:42:19.033466 [NOTICE] mod_sofia.c:884 Hangup sofia/external/<a href="mailto:nobody@192.168.21.4" mce_href="mailto:nobody@192.168.21.4" target="_blank">nobody@192.168.21.4</a> [CS_EXECUTE] [MEDIA_TIMEOUT]<br>


2010-06-23 07:42:19.033466 [DEBUG] switch_channel.c:2273 Send signal sofia/external/<a href="mailto:nobody@192.168.21.4" mce_href="mailto:nobody@192.168.21.4" target="_blank">nobody@192.168.21.4</a> [KILL]<br>2010-06-23 07:42:19.033466 [DEBUG] switch_core_session.c:1023 Send signal sofia/external/<a href="mailto:nobody@192.168.21.4" mce_href="mailto:nobody@192.168.21.4" target="_blank">nobody@192.168.21.4</a> [BREAK]<br>


2010-06-23 07:42:19.033466 [DEBUG] switch_core_codec.c:146 sofia/external/<a href="mailto:nobody@192.168.21.4" mce_href="mailto:nobody@192.168.21.4" target="_blank">nobody@192.168.21.4</a> Restore previous codec PCMU:0.<br><br>My configuration is bone stock, so the rtp timeout value is at 300,&nbsp; but I have some calls that have lasted only 4 minutes.&nbsp; One other piece of information is that on one of the recordings that was hung up after 4 minutes and 17 seconds the recorded file was only 24 seconds long (it stopped recording after the first 24 seconds) , so I'm assuming freeswitch did not think there were any rtp packets to record. <br>


<br>Any ideas on where to start debugging this?&nbsp; I have setup a new freeswitch box connected to the same 5300 to reproduce, but have not been able to generate the call volume ( there where around 30 calls being recorded) yet, but I'm working on it.<br>


<br>Thanks!<br></div></div><br></div></div>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" mce_href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" mce_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" mce_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" mce_href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" mce_href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" mce_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" mce_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" mce_href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" mce_href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" mce_href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>

Twitter: <a href="http://twitter.com/FreeSWITCH_wire" mce_href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" mce_href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" mce_href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" mce_href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" mce_href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" mce_href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div>
<br>_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" mce_href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" mce_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" mce_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" mce_href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br mce_bogus="1"></div>
</div></div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" mce_href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" mce_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" mce_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" mce_href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" mce_href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" mce_href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" mce_href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" mce_href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" mce_href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" mce_href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" mce_href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" mce_href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div>
<br>_______________________________________________<br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org</div></body></html>