[Freeswitch-users] uuid_bridge on bridged channels

Michael Collins msc at freeswitch.org
Wed Dec 1 20:13:26 MSK 2010


You can call uuid_bridge from the dialplan if you really wanted to. Just use
the "set" app with data="${uuid_bridge foo bar}"

-MC

On Tue, Nov 30, 2010 at 7:32 AM, Seven Du <dujinfang at gmail.com> wrote:

> Hi,
>
> Is it make sence to brige a bridged channel to another channel?
>
> I'm on FreeSWITCH Version 1.0.head (git-28f5d28 2010-11-09 14-11-02 -0500)
>
> And trying this:
>
> originate
> {origination_uuid=1,hangup_after_bridge=false,exec_after_bridge_app=park}user/1000
> &park
> originate {origination_uuid=2,exec_after_bridge_app=park}user/1001 &park
> originate
> {origination_uuid=3,exec_after_bridge_app=park}portaudio/auto_answer
> &park
>
> and
>
> uuid_bridge 1 2   # Then it bridged, and then I did
>
> uuid_bridge 1 3   # 1 bridged to 3 and 2 parked, then
>
> uuid_bridge 2 3   # no bridges all channels parked
>
> Then I tried a few uuid_bridge between two of 1,2,3  until all
> channels hangup with destination out of order
>
> http://pastebin.freeswitch.org/14661
>
>
> I was trying to move calls between live channels, should I unbridge
> all channels completely and bridge later? If so, is it possible to use
> the bridge app to bridge to a existing UUID instead of a dial string?
> (makes sense, since then we can use transfer bridge:other_uuid inline
> instead of uuid_bridge
>
> --
> About: http://about.me/dujinfang
> Blog: http://www.dujinfang.com
> Proj:  http://www.freeswitch.org.cn
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101201/7172ccbe/attachment.html 


More information about the FreeSWITCH-users mailing list