<div>commit 524468be7ba5ee0887d2e975e4f131171c601a54</div><div>Author: Anthony Minessale <<a href="mailto:anthm@freeswitch.org">anthm@freeswitch.org</a>></div><div>Date: Mon Jul 23 11:36:19 2012 -0500</div><div><br>
</div><div> FS-4373 --resolve this is probably the same issue nobody would file a bug about on the mailing list even after I begged them to from last weekend</div><div><br></div><div><br></div><div>please please stop filing bugs on the mailing list. I will still work on them and try to fix them but you are making me do way more work.</div>
<div>Unless everyone wants to pay for support I cannot keep this up.</div><div><br></div><br><div class="gmail_quote">On Mon, Jul 23, 2012 at 8:17 AM, Adam Kelloway <span dir="ltr"><<a href="mailto:adam.kelloway@newpace.ca" target="_blank">adam.kelloway@newpace.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
I have recently experienced this exact behavior. There doesn't need
to be any active calls. It does seem related to the fact that an
outbound call was previously made through google voice. A restart
also resolves the issue for me as well.<br>
<br>
If there is already a JIRA ticket for this, can someone post the
link? I can try and help by providing more testing details.<div><div class="h5"><br>
<br>
<div>On 23/07/2012 9:17 AM, Brian Foster
wrote:<br>
</div>
<blockquote type="cite">
<p>Remember each call is 2 rtp ports.</p>
<p>Brian Foster<br>
Endigo Computer LLC</p>
<p>Sent from a mobile device.</p>
<div class="gmail_quote">On Jul 23, 2012 2:28 AM, "Chris Mylonas"
<<a href="mailto:chris@opencsta.org" target="_blank">chris@opencsta.org</a>>
wrote:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Sorry to but in,<br>
<br>
How many RTP ports have you got configured?<br>
<br>
If you only have a range of 5 and you have 5 concurrent calls,
then no more RTP ports will be available.<br>
Doing a `netstat -anp | grep -i udp` should show what ports
are open (on linux)<br>
<br>
<br>
<br>
<br>
On 23/07/2012, at 4:12 PM, curriegrad2004 wrote:<br>
<br>
> Tony,<br>
><br>
> What can cause this error to happen really? Does FS allow
re-use of<br>
> RTP ports at all given if the media isn't going to the
same<br>
> destination, or doesn't the SDP header define some kind
of session<br>
> tracking mechnaism so ports can be reused?<br>
><br>
> On Sun, Jul 22, 2012 at 11:58 AM, Anthony Minessale<br>
> <<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>>
wrote:<br>
>> Jira Jira jira<br>
>><br>
>> On Jul 22, 2012 12:41 PM, "Phil Quesinberry" <<a href="mailto:philq@qsystemsengineering.com" target="_blank">philq@qsystemsengineering.com</a>><br>
>> wrote:<br>
>>><br>
>>> Recently through several of the latest git pulls,
FS stops routing calls<br>
>>> with the following error, usually within a few
minutes of making a call<br>
>>> through Google Voice, not sure if receiving a
call through GV will cause the<br>
>>> problem yet:<br>
>>><br>
>>> sofia_glue.c:1083 No RTP ports available!<br>
>>><br>
>>> Restarting FS fixes the problem.<br>
>>><br>
>>> Before I file the requisite Jira, is anyone aware
of this problem or a<br>
>>> potential configuration issue that might not be
compatible with the newer<br>
>>> builds of FS? This wasn’t happening until the
last week or two.<br>
>>><br>
>>> Current version we’re running is: FreeSWITCH
Version<br>
>>>
1.2.0-rc2+git~20120719T223942Z~42f296de9b+unclean~20120719T235346Z<br>
>>><br>
>>> Here’s a quick snip from the console when
attempting to dial out to show<br>
>>> the context of the error:<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [DEBUG]
sofia_glue.c:3948 Looking for zrtp-hash<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [DEBUG]
sofia_glue.c:3926 Deciding whether to<br>
>>> pass zrtp-hash between legs<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [DEBUG]
sofia_glue.c:3928 CF_ZRTP_PASSTHRU_REQ<br>
>>> not set, so not propagating zrtp-hash<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [DEBUG]
sofia_glue.c:5041 Audio Codec Compare<br>
>>> [PCMU:0:8000:20:64000]/[PCMU:0:8000:20:64000]<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [DEBUG]
sofia_glue.c:3027 Set Codec<br>
>>> sofia/internal/<a href="http://102@192.168.1.6:5060" target="_blank">102@192.168.1.6:5060</a>
PCMU/8000 20 ms 160 samples 64000 bits<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [DEBUG]
switch_core_codec.c:111<br>
>>> sofia/internal/<a href="http://102@192.168.1.6:5060" target="_blank">102@192.168.1.6:5060</a>
Original read codec set to PCMU:0<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [DEBUG]
sofia_glue.c:5173 No 2833 in SDP.<br>
>>> Disable 2833 dtmf and switch to INFO<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [CRIT]
sofia_glue.c:1083 No RTP ports<br>
>>> available!<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [DEBUG]
switch_core_session.c:778 Send signal<br>
>>> sofia/internal/<a href="http://102@192.168.1.6:5060" target="_blank">102@192.168.1.6:5060</a>
[BREAK]<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [DEBUG]
switch_channel.c:2903<br>
>>> (sofia/internal/<a href="http://102@192.168.1.6:5060" target="_blank">102@192.168.1.6:5060</a>)
Callstate Change RINGING -> HANGUP<br>
>>><br>
>>> 2012-07-22 12:57:46.706132 [NOTICE]
switch_channel.c:3392 Hangup<br>
>>> sofia/internal/<a href="http://102@192.168.1.6:5060" target="_blank">102@192.168.1.6:5060</a>
[CS_EXECUTE] [INCOMPATIBLE_DESTINATION]<br>
>>><br>
>>> Regards,<br>
>>><br>
>>> Phil Quesinberry<br>
>>><br>
>>> Q Systems Engineering, Inc.<br>
>>><br>
>>> Electronic Controls and Embedded Systems
Development<br>
>>><br>
>>> <a href="tel:%28410%29%20969-8002" value="+14109698002" target="_blank">(410)
969-8002</a><br>
>>><br>
>>> <a href="http://www.qsystemsengineering.com" target="_blank">http://www.qsystemsengineering.com</a><br>
>>><br>
>>><br>
>>>
_________________________________________________________________________<br>
>>> Professional FreeSWITCH Consulting Services:<br>
>>> <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
>>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>>><br>
>>> FreeSWITCH-powered IP PBX: The CudaTel
Communication Server<br>
>>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
>>><br>
>>> Official FreeSWITCH Sites<br>
>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
>>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>><br>
>>> Join Us At ClueCon - Aug 7-9, 2012<br>
>>><br>
>>> FreeSWITCH-users mailing list<br>
>>> <a 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" 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>
>>><br>
>><br>
>>
_________________________________________________________________________<br>
>> Professional FreeSWITCH Consulting Services:<br>
>> <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>><br>
>> FreeSWITCH-powered IP PBX: The CudaTel Communication
Server<br>
>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
>><br>
>> Official FreeSWITCH Sites<br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>><br>
>> Join Us At ClueCon - Aug 7-9, 2012<br>
>><br>
>> FreeSWITCH-users mailing list<br>
>> <a 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" 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>
>><br>
><br>
>
_________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> FreeSWITCH-powered IP PBX: The CudaTel Communication
Server<br>
> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
><br>
> Join Us At ClueCon - Aug 7-9, 2012<br>
><br>
> FreeSWITCH-users mailing list<br>
> <a 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" 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>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a 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" 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>
</blockquote>
</div>
</blockquote>
<br>
</div></div><div>-- <br>
Adam<br clear="all">
-- <br clear="all">
<table style="font-size:85%;color:#3d2316" border="0" cellpadding="1" cellspacing="0">
<tbody>
<tr>
<td rowspan="2" align="center" valign="middle"><img src="cid:part51.04080502.01010800@newpace.ca" alt="NewPace Logo" height="50" width="50"></td>
<td rowspan="6" width="6px"><br>
</td>
<td><br>
</td>
<td rowspan="6" width="6px"><br>
</td>
<td><font style="font-weight:bold;font-size:110%">Adam
Kelloway</font></td>
</tr>
<tr>
<td rowspan="6" style="font-weight:bold;font-size:100%" bgcolor="#A8CF38" width="1px"><br>
</td>
<td>Software Engineer, NewPace</td>
</tr>
<tr>
<td align="right">phone</td>
<td><a href="tel:%2B1%C2%A0%28902%29%C2%A0406%E2%80%938375%C2%A0%C2%A0x1031" value="+19024068375" target="_blank">+1 (902) 406–8375 x1031</a></td>
</tr>
<tr>
<td align="right">email</td>
<td><a href="mailto:Adam.Kelloway@newpace.com" style="text-decoration:none;color:#3d2316" target="_blank">Adam.Kelloway@NewPace.com</a></td>
</tr>
<tr>
<td align="right"><a style="text-decoration:none;color:#3d2316">aim</a>/<a style="text-decoration:none;color:#3d2316">msn</a></td>
<td><a style="text-decoration:none;color:#3d2316">Adam.Kelloway</a>@NewPace.ca</td>
</tr>
</tbody>
</table>
</div>
</div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>