<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">If you need urgent help then I highly recommend you get assistance from <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><div><br></div><div>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.</div><div><br></div><div>uuid_broadcast &nbsp;is&nbsp;uuid_broadcast &lt;uuid&gt; &lt;path&gt; [aleg|bleg|both]</div><div><br></div><div><div>freeswitch@taz&gt; uuid_broadcast 45003110-d8e8-4e52-a871-3499617562a7 /usr/local/freeswitch/sounds/en/us/callie/digits/32000/star.wav</div><div><br></div><div>+OK Message Sent</div><div><br></div><div>2010-05-21 09:26:43.324866 [DEBUG] switch_core_session.c:861 Send signal sofia/gateways/9999999999999@192.168.1.113:5062 [BREAK]</div><div>freeswitch@taz&gt; 2010-05-21 09:26:43.464862 [DEBUG] switch_ivr.c:551 sofia/gateways/9999999999999@192.168.1.113:5062 Command Execute playback(/usr/local/freeswitch/sounds/en/us/callie/digits/32000/star.wav)</div><div>EXECUTE sofia/gateways/9999999999999@192.168.1.113:5062 playback(/usr/local/freeswitch/sounds/en/us/callie/digits/32000/star.wav)</div><div>2010-05-21 09:26:43.504860 [WARNING] switch_core_file.c:176 Sample rate doesn't match</div><div>2010-05-21 09:26:43.504860 [DEBUG] switch_ivr_play_say.c:1152 Codec Activated L16@8000hz 1 channels 20ms</div><div>2010-05-21 09:26:44.004844 [DEBUG] switch_ivr_play_say.c:1444 done playing file</div><div><br></div><div><br></div><div>uuid_displace&nbsp;&lt;uuid&gt; [start|stop] &lt;path&gt; [&lt;limit&gt;] [mux]</div><div><br></div><div><div>freeswitch@taz&gt; uuid_displace 4cdb1202-e8f1-4fa1-a189-424602720df0 &nbsp;start /usr/local/freeswitch/sounds/en/us/callie/digits/48000/star.wav</div><div>2010-05-21 09:28:03.860705 [WARNING] switch_core_file.c:176 Sample rate doesn't match</div><div>2010-05-21 09:28:03.860705 [DEBUG] switch_core_media_bug.c:365 Attaching BUG to sofia/gateways/9999999999999@192.168.1.113:5062</div><div><br></div><div>+OK Success</div><div><br></div></div><div>Its an API call not an application to execute.</div><div><br></div><div>/b</div><div><br></div></div><div><br><div><div>On May 21, 2010, at 5:12 AM, Sathish Babu wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: verdana, sans-serif; ">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?</span></blockquote></div><br></div></body></html>