You can call uuid_bridge from the dialplan if you really wanted to. Just use the &quot;set&quot; app with data=&quot;${uuid_bridge foo bar}&quot;<div><br></div><div>-MC<br><br><div class="gmail_quote">On Tue, Nov 30, 2010 at 7:32 AM, Seven Du <span dir="ltr">&lt;<a href="mailto:dujinfang@gmail.com">dujinfang@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
Is it make sence to brige a bridged channel to another channel?<br>
<br>
I&#39;m on FreeSWITCH Version 1.0.head (git-28f5d28 2010-11-09 14-11-02 -0500)<br>
<br>
And trying this:<br>
<br>
originate {origination_uuid=1,hangup_after_bridge=false,exec_after_bridge_app=park}user/1000<br>
&amp;park<br>
originate {origination_uuid=2,exec_after_bridge_app=park}user/1001 &amp;park<br>
originate {origination_uuid=3,exec_after_bridge_app=park}portaudio/auto_answer<br>
&amp;park<br>
<br>
and<br>
<br>
uuid_bridge 1 2   # Then it bridged, and then I did<br>
<br>
uuid_bridge 1 3   # 1 bridged to 3 and 2 parked, then<br>
<br>
uuid_bridge 2 3   # no bridges all channels parked<br>
<br>
Then I tried a few uuid_bridge between two of 1,2,3  until all<br>
channels hangup with destination out of order<br>
<br>
<a href="http://pastebin.freeswitch.org/14661" target="_blank">http://pastebin.freeswitch.org/14661</a><br>
<br>
<br>
I was trying to move calls between live channels, should I unbridge<br>
all channels completely and bridge later? If so, is it possible to use<br>
the bridge app to bridge to a existing UUID instead of a dial string?<br>
(makes sense, since then we can use transfer bridge:other_uuid inline<br>
instead of uuid_bridge<br>
<br>
--<br>
About: <a href="http://about.me/dujinfang" target="_blank">http://about.me/dujinfang</a><br>
Blog: <a href="http://www.dujinfang.com" target="_blank">http://www.dujinfang.com</a><br>
Proj:  <a href="http://www.freeswitch.org.cn" target="_blank">http://www.freeswitch.org.cn</a><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>
</blockquote></div><br></div>