<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(&quot;fifo&quot;, &quot;callforce_fifo_#{@sa_park_num} out wait undef 
&#39;#{music}&#39;&quot;)<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(&quot;bridge&quot;, 
&quot;sofia/gateway/junctionnetworks/#{@callout_number}&quot;)   .<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(&quot;api uuid_transfer #{@gcallin_uuid} -bleg 
callforce_fifo_#{@gsa_id} XML public&quot;)            <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(&quot;uuid_broadcast&quot;, &quot;#{Caller_A_UUID} 
playback::/opt/freeswitch/sounds/wel_lf1.wav bleg&quot;) - Not Working<br>
</span><span style="font-family: verdana,sans-serif;">@con.execute(&quot;uuid_broadcast&quot;,

 &quot;#{Caller_A_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav aleg&quot;) -
 Not Working</span><br>
<span style="font-family: verdana,sans-serif;">@con.execute(&quot;uuid_broadcast&quot;,


 &quot;#{Caller_A_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav both&quot;) -
 Not Working</span><br>
<span style="font-family: verdana,sans-serif;">@con.execute(&quot;uuid_displace&quot;,
 &quot;#{Caller_A_UUID} start /opt/freeswitch/sounds/wel_lf1.wav&quot;) - 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(&quot;uuid_broadcast&quot;,

 &quot;#{Caller_B_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav bleg&quot;) -
 Not Working<br>
</span><span style="font-family: verdana,sans-serif;">@con.execute(&quot;uuid_broadcast&quot;,


 &quot;#{Caller_B_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav aleg&quot;) -
 Not Working</span><br>

<span style="font-family: verdana,sans-serif;">@con.execute(&quot;uuid_broadcast&quot;,



 &quot;#{Caller_B_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav both&quot;) -
 Not Working</span><br>

<span style="font-family: verdana,sans-serif;">@con.execute(&quot;uuid_displace&quot;,

 &quot;#{Caller_B_UUID} start /opt/freeswitch/sounds/wel_lf1.wav&quot;) - 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>