<span style="font-family: verdana,sans-serif;">Hi Brian West, </span><br style="font-family: verdana,sans-serif;">
<br style="font-family: verdana,sans-serif;">
<span style="font-family: verdana,sans-serif;">I received one incoming
and put an fifo (in queue) and playing music continuously using the
below code. (Caller A)<br>
@con.execute("fifo", "callforce_fifo_#{@sa_park_num} out wait undef
'#{music}'")<br>
<br>
In the another channel i am receiving the incoming call (Caller B) and i
have bridged that call with the customer number (Caller C) using the
below code. <br>
@con.execute("bridge",
"sofia/gateway/junctionnetworks/#{@callout_number}") .<br>
<br>
Now Caller B and C are connected and i am transferring the Caller C to
Caller A using the uuid_transfer and disconnecting the caller B <br>
@con.sendRecv("api uuid_transfer #{@gcallin_uuid} -bleg
callforce_fifo_#{@gsa_id} XML public") <br>
<br>
After executing the above code Caller A and Caller C is connected and
Caller B is disconnected. Caller A and Call C both can speak each other.
<br>
But i need to play the message message to both Caller A and Caller C
also i have the uuid of Caller A and Caller B. <br>
<br>
In order to play the message to the both the caller i tried using the
uuid_broadcast and uuid_displace but the message is not played to any
one of the caller. <br>
<br>
Also i could not found any error in the free switch log file. Help me to
solve this issue.<br>
<br>
<br>
Tried using the Caller A UUID:<br>
@con.execute("uuid_broadcast", "#{Caller_A_UUID}
playback::/opt/freeswitch/sounds/wel_lf1.wav bleg") - Not Working<br>
</span><span style="font-family: verdana,sans-serif;">@con.execute("uuid_broadcast",
"#{Caller_A_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav aleg") -
Not Working</span><br>
<span style="font-family: verdana,sans-serif;">@con.execute("uuid_broadcast",
"#{Caller_A_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav both") -
Not Working</span><br>
<span style="font-family: verdana,sans-serif;">@con.execute("uuid_displace",
"#{Caller_A_UUID} start /opt/freeswitch/sounds/wel_lf1.wav") - Not
Working<br>
<br>
</span><span style="font-family: verdana,sans-serif;">Tried using the
Caller B
UUID:</span><br>
<span style="font-family: verdana,sans-serif;">@con.execute("uuid_broadcast",
"#{Caller_B_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav bleg") -
Not Working<br>
</span><span style="font-family: verdana,sans-serif;">@con.execute("uuid_broadcast",
"#{Caller_B_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav aleg") -
Not Working</span><br>
<span style="font-family: verdana,sans-serif;">@con.execute("uuid_broadcast",
"#{Caller_B_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav both") -
Not Working</span><br>
<span style="font-family: verdana,sans-serif;">@con.execute("uuid_displace",
"#{Caller_B_UUID} start /opt/freeswitch/sounds/wel_lf1.wav") - Not
Working<br>
</span><br>
<span style="font-family: verdana,sans-serif;">I need urgent help from
any one to fix this issue. How to identify where is the problem?<br>
<br>
Thanks in advance<br>
<br>
Thanks and Regards,<br>
Sathishbabu</span>