<br><br><div class="gmail_quote">On Mon, Aug 30, 2010 at 4:23 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;">
Well nothing is going to be sent because it has NOTHING to send... what exactly do you wish it to do?  Do you want to send your own ringback inband?  Or have the far end do it?  So in your previous example the 180 was sent but no RTP because thats fine.  You can also do inband early media but you&#39;ll have to generate it via the various methods we have.  The defaults have examples of this.</blockquote>
<div><br></div><div>As in the initial eMail, I wish to play a specific audio file as early media, pick up the call, play another audio file post answer, and then disconnect. I had not tried the example given in the defaults, it&#39;s been a while since I&#39;d looked through them. I ripped an example straight out of the default sample to try and get a working baseline I could modify, if I could get ANY early media it would be start. So far I have this:</div>
<div><div>    &lt;extension name=&quot;wait&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^wait$&quot;&gt;</div><div>        &lt;action application=&quot;pre_answer&quot;/&gt;</div>
<div>        &lt;action application=&quot;sleep&quot; data=&quot;20000&quot;/&gt;</div><div>        &lt;action application=&quot;answer&quot;/&gt;</div><div>        &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;</div>
<div>        &lt;action application=&quot;playback&quot; data=&quot;/usr/local/freeswitch/sounds/playback&quot;/&gt;</div><div>        &lt;action application=&quot;hangup&quot;/&gt;</div><div>      &lt;/condition&gt;</div>
<div>    &lt;/extension&gt;</div><div><br></div><div>    &lt;!-- Send a 183 and send uk-ring as the ringtone. (early media) --&gt;</div><div>   &lt;extension name=&quot;Inbound&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^\+12132895773$&quot;&gt;</div>
<div>        &lt;action application=&quot;set&quot; data=&quot;ringback=$${uk-ring}&quot;/&gt;</div><div>        &lt;action application=&quot;bridge&quot; data=&quot;loopback/wait&quot;/&gt;</div><div>      &lt;/condition&gt;</div>
<div>    &lt;/extension&gt;</div></div><div><br></div><div>Quite a different set up, now I&#39;m bridging the call and then playing back via this bridged loopback extension, but still no RTP on the 183.</div><div><br></div>
<div>Is this closer to what you think should work out of the box?</div><div><br></div><div> - JP</div><div><br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
On Aug 30, 2010, at 4:13 PM, Jock McKechnie wrote:<br>
<br>
&gt; Can confirm there&#39;s no RTP until the 200 OK.<br>
&gt;<br>
&gt; Demented.<br>
&gt;<br>
&gt;  - JP<br>
<br>
<br>
</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>