you might want to add {ignore_early_media=true} to the dial string <br>and also make sure it was properly setup by testing for<br>sSession.ready() before executing intercept but I know that would work I tested a similar situation in my box.<br>
<br>is the channel who is in the conference in there via a js also,<br>are you being sure to test for session.ready to release the channel from the script<br>when the system wants it back?<br><br>try it yourself<br><br>call the conference directly eg ext 3000 on defaults<br>
note the uuid of that call as uuida<br><br>originate a channel into park<br>originate {ignore_early_media=true}/some/dial_string &amp;park()<br>note that uuid as uuidb<br><br>try the cli command<br><br>uuid_transfer &lt;uuidb&gt; intercept:&lt;uuida&gt; inline<br>
<br>that&#39;s the same equivalent as what you are trying to do <br><br><br><div class="gmail_quote">On Tue, Oct 28, 2008 at 10:30 AM, Birgit Arkesteijn <span dir="ltr">&lt;<a href="mailto:birgit@westhawk.co.uk">birgit@westhawk.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Anthony,<br>
<br>
Thanks again for your suggestion, unfortunately &nbsp;this doesn&#39;t do the<br>
trick either.<br>
<br>
The consumer (uuid) is indeed taking out of the conference call, but not<br>
bridged to the customer_service_url.<br>
<br>
I don&#39;t hear anything on the customer_service_url&#39;s phone. After a while<br>
it gives me a ringing noise, the same noise as when you pick up the<br>
phone before dialing. The number doesn&#39;t appear in the &#39;show channels&#39;<br>
command.<br>
<div class="Ih2E3d"><br>
freeswitch@apso&gt; show channels<br>
API CALL [show(channels)] output:<br>
uuid,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,write_codec,write_rate<br>
</div>efd21ba4-a503-11dd-9791-fb4b4185c9cb,2008-10-28<br>
15:20:21,1225207221,sofia/external/0662,CS_RESET,FreeSWITCH,0000000000,,0662,conference,25@default,,default,PCMA,8000,PCMA,8000<br>
<div class="Ih2E3d"><br>
1 total.<br>
<br>
freeswitch@apso&gt; conference list<br>
API CALL [conference(list)] output:<br>
</div>No active conferences.<br>
<br>
<br>
Here is the changed function (to be sure):<br>
<div class="Ih2E3d">function bridge_to_customer_services(conf_name, member_id, uuid,<br>
customer_service_url)<br>
{<br>
 &nbsp; &nbsp; if (member_id &amp;&amp; uuid)<br>
 &nbsp; &nbsp; {<br>
</div><div class="Ih2E3d"> &nbsp; &nbsp; &nbsp; &nbsp; var sSession = new<br>
Session(&quot;{ignore_early_media=true,originate_timeout=10}&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; + customer_service_url);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; var ready = sSession.ready();<br>
 &nbsp; &nbsp; &nbsp; &nbsp; if (ready == true)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; {<br>
</div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sSession.execute(&quot;intercept&quot;, uuid);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; }<br>
 &nbsp; &nbsp; }<br>
}<br>
<br>
Thanks, Birgit<br>
<div class="Ih2E3d"><br>
<br>
On 28/10/08 14:54, Anthony Minessale wrote:<br>
&gt; wait a minute,<br>
&gt;<br>
&gt; Can&#39;t you just do:<br>
&gt;<br>
&gt; var cSession = new Session(customer_service_url);<br>
&gt; cSession.execute(&quot;intercept&quot;, uuid);<br>
&gt;<br>
&gt; intercept will steal the call from whatever it&#39;s doing and bridge it.<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Oct 28, 2008 at 8:50 AM, Birgit Arkesteijn<br>
</div><div class="Ih2E3d">&gt; &lt;<a href="mailto:birgit@westhawk.co.uk">birgit@westhawk.co.uk</a> &lt;mailto:<a href="mailto:birgit@westhawk.co.uk">birgit@westhawk.co.uk</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; Hi Anthony,<br>
&gt;<br>
</div><div class="Ih2E3d">&gt; &nbsp; &nbsp; Sorry, but it still doesn&#39;t work in<br>
&gt; &nbsp; &nbsp; FreeSWITCH Version 1.0.trunk (597:10176)<br>
&gt;<br>
&gt; &nbsp; &nbsp; It actually makes it worse sometimes.<br>
&gt; &nbsp; &nbsp; Maybe it&#39;s a timing issue, but one of two things happen:<br>
&gt; &nbsp; &nbsp; 1.<br>
&gt; &nbsp; &nbsp; The same problem happens as before:<br>
&gt; &nbsp; &nbsp; The two calls are bridged, however the consumer remains in the<br>
&gt; &nbsp; &nbsp; conference call. Since the consumer was alone in the conference, the<br>
&gt; &nbsp; &nbsp; hold music keeps playing.<br>
&gt;<br>
&gt; &nbsp; &nbsp; or<br>
&gt;<br>
&gt; &nbsp; &nbsp; 2.<br>
&gt; &nbsp; &nbsp; 2008-10-28 13:42:56 [INFO] mod_dptools.c:1843 audio_bridge_function()<br>
&gt; &nbsp; &nbsp; Originate Failed. &nbsp;Cause: ORIGINATOR_CANCEL<br>
&gt;<br>
&gt; &nbsp; &nbsp; Thanks, Birgit<br>
&gt;<br>
<br>
</div>--<br>
<div><div></div><div class="Wj3C7c">-- Birgit Arkesteijn, <a href="mailto:birgit@westhawk.co.uk">birgit@westhawk.co.uk</a>,<br>
-- Westhawk Ltd, Albion Wharf, 19 Albion Street, Manchester M1 5LN, UK<br>
-- Company no: 1769350<br>
-- Registered Office:<br>
-- 15 London Road, Stockton Heath, Warrington WA4 6SJ. UK.<br>
-- tel.: +44 (0)161 237 0660<br>
-- &lt;URL: <a href="http://www.westhawk.co.uk" target="_blank">http://www.westhawk.co.uk</a>&gt;<br>
<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <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>
<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="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>