<div dir="ltr">Hello,<div><br></div><div>FreeSWITCH Version 1.5.15b+git~20150313T215013Z~9872c52c57~64bit (git 9872c52 2015-03-13 21:50:13Z 64bit)<br></div><div><br></div><div>I have a situation where a gateway sends a 183 with media, then a 180.  Following Anthony&#39;s advice from FS-3859 I have the following:</div><div><br></div><div><div>  &lt;extension name=&quot;sendit&quot;&gt;</div><div>    &lt;condition field=&quot;destination_number&quot; expression=&quot;(.*)&quot;&gt;</div><div>      &lt;action application=&quot;set&quot; data=&quot;ringback=/usr/local/freeswitch/sounds/ringtester.wav&quot;/&gt;</div><div>      &lt;action application=&quot;bridge&quot; data=&quot;{bridge_early_media=true}sofia/public/$1@${host2}&quot;/&gt;</div><div>    &lt;/condition&gt;</div><div>  &lt;/extension&gt;</div><div><br></div><div>On the a-leg I hear media from the 183 until host2 stops it and sends the 180.  Then there&#39;s a 4.8 second delay of no RTP from FS before I hear my ringtester.wav file.  This occurs with a tone stream as well.<br></div><div><br></div><div>The last event on the console is &quot;Callstate Change EARLY -&gt; RINGING&quot; when the 180 comes in, then &quot;nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering&quot; when the 180 arrives.  Then 4.8s of nothing.  Then FS resumes the RTP with the ringback file.  There is nothing new displayed when the RTP resumes with the ringback file.</div><div><br></div><div>Is this a bug, or a misconfiguration?  </div><div><br></div><div><br></div><div>- Jeff</div></div></div>