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..
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
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
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_
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
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