Thank you, Brian.<div><br></div><div>I have actually omitted an awful lot of &quot;grasping at straws&quot; steps, however I have tried this (and I did it again, just now, both with the .wav ringback and the cadence ringback, just to be certain I hadn&#39;t imagined it) and there is still no RTP coming out after the 183.</div>
<div><br></div><div>The ringback after pre_answer was tried because of this: <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_ring_ready">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_ring_ready</a></div>
<div>(I also tried ring_ready instead of a pre_answer without any particular progress - although I don&#39;t understand, for the same reason as above, why ringback being set after ring_ready actually works... Not that it does for me, anyway ;)</div>
<div><br></div><div>So, apparently, not quite _that_ easy. Perhaps something else I&#39;ve missed?</div><div><br></div><div> - JP<br><br><div class="gmail_quote">On Mon, Aug 30, 2010 at 1:57 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I already emailed you the solution but i&#39;ll reply so everyone will know.<br>
<br>
Set ringback before you pre_answer.<br>
<br>
/b<br>
<div><div></div><div class="h5"><br>
On Aug 30, 2010, at 1:49 PM, Jock McKechnie wrote:<br>
<br>
&gt; Good arvo, all;<br>
&gt;<br>
&gt; I&#39;m battling with a problem in making Early Media play and getting nowhere. I&#39;ve searched the wiki, forums and the web in general without anything that seems to help. This suggests to me that I&#39;m either doing something stupendously stupid, or there&#39;s a very, very odd thing going on here.<br>

&gt;<br>
&gt; I&#39;ve been tasked with something that should be fairly simple:<br>
&gt; Accept an inbound call<br>
&gt; Play a specific audio file as early media<br>
&gt; Pickup the call after a certain time interval<br>
&gt; Play another audio file into the off-hook channel<br>
&gt; Disconnect the call.<br>
&gt;<br>
&gt; Sounds simple. My extension looks like so:<br>
&gt;    &lt;extension name=&quot;Inbound&quot;&gt;<br>
&gt;       &lt;condition field=&quot;destination_number&quot; expression=&quot;^\+12125551212$&quot;&gt;<br>
&gt;           &lt;action application=&quot;pre_answer&quot;/&gt;<br>
&gt;           &lt;action application=&quot;set&quot; data=&quot;ringback=/usr/local/freeswitch/sounds/early-media.wav&quot;/&gt;<br>
&gt; &lt;!--          &lt;action application=&quot;set&quot; data=&quot;ringback=%(2000, 4000, 440.0, 480.0)&quot;/&gt; --&gt;<br>
&gt;           &lt;action application=&quot;sleep&quot; data=&quot;10000&quot;/&gt;<br>
&gt;           &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;           &lt;action application=&quot;playback&quot; data=&quot;/usr/local/freeswitch/sounds/playback&quot;/&gt;<br>
&gt;           &lt;action application=&quot;hangup&quot; data=&quot;16&quot;/&gt;<br>
&gt;       &lt;/condition&gt;<br>
&gt;    &lt;/extension&gt;<br>
&gt; (Replace the 212 number with a real inbound DID which is being routed from Verizon (via SIP) to this FreeSWITCH machine)<br>
&gt;<br>
&gt; The call is received, a 183 is sent by FreeSWITCH (pre_answer), it waits the 10 seconds, picks up the call and plays the playback.PCMU file... but there&#39;s no early media. I&#39;ve tcpdumped on the FS machine and verified it definitely is /not/ sending out RTP until the call 200 OKs and the Playback begins.<br>

&gt;<br>
&gt; As you can see, I&#39;ve also attempted to replace the ringback= to a cadence instead of a WAV file, just to ensure it isn&#39;t unhappy with the WAV format, with the same results.<br>
&gt;<br>
&gt; Boy, I&#39;d sure love it if someone could point out what potentially brain damaged thing I&#39;m doing (assuming it&#39;s nothing arcane).<br>
&gt;<br>
&gt; My thanks to all;<br>
&gt;  - Jock<br>
<br>
<br>
</div></div>_______________________________________________<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>
</blockquote></div><br></div>