Re: [Freeswitch-dev] Get the uuid of bridge call

2010-05-21 Thread Brian West
If you need urgent help then I highly recommend you get assistance from consult...@freeswitch.org You could also try reading THE SYNTAX of the command on the wiki because I have no clue HOW or where you got the syntax you're using. uuid_broadcast is uuid_broadcast [aleg|bleg|both] freeswi..

[Freeswitch-dev] Get the uuid of bridge call

2010-05-21 Thread Sathish Babu
Hi Brian West, I received one incoming and put an fifo (in queue) and playing music continuously using the below code. (Caller A) @con.execute("fifo", "callforce_fifo...@sa_park_num} out wait undef '#{music}'") In the another channel i am receiving the incoming call (Caller B) and i have bridged

Re: [Freeswitch-dev] Get the uuid of bridge call

2010-05-20 Thread Brian West
Then you're not bridged to another let. /b On May 20, 2010, at 5:00 AM, Sathish Babu wrote: > while executing the above code other_leg_uuid is empty. > > Please help me to solve this issue. ___ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswi

[Freeswitch-dev] Get the uuid of bridge call

2010-05-20 Thread Sathish Babu
Hi Brian West* *, Thanks for your kind reply. But i could not able to get the uuid of the bridged call i am using the below code but Other-Leg-Unique-ID returns empty. @con.execute("uuid_dump", "#...@uuid}") #Where @uuid is the uuid of the inbound call transfer_info = @con.getInfo(); transfer_

Re: [Freeswitch-dev] Get the uuid of bridge call

2010-05-20 Thread Brian West
Sent from my iPad On May 20, 2010, at 2:03 AM, Sathish Babu wrote: > But how can i get the uuid and other call details of the dialed call (using > the bridge). use uuid_dump you have a few options to get the Other-Leg-uuid > > Also if i execute the uuid_transfer(as below) is the freeswitch

[Freeswitch-dev] Get the uuid of bridge call

2010-05-20 Thread Sathish Babu
Hi, I have received one inbound call and i am patching that call with some outside number using the below code in ruby script. @con.execute("bridge", "sofia/gateway/junctionnetworks/#...@callout_number}") Both the call is getting connected and they can able to communicate each other. But how ca