[Freeswitch-users] uuid_bridge on bridged channels
Seven Du
dujinfang at gmail.com
Tue Nov 30 07:32:31 PST 2010
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
More information about the FreeSWITCH-users
mailing list