[Freeswitch-dev] Get the uuid of bridge call

Brian West brian at freeswitch.org
Fri May 21 07:31:10 PDT 2010


If you need urgent help then I highly recommend you get assistance from consulting at 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 <uuid> <path> [aleg|bleg|both]

freeswitch at taz> uuid_broadcast 45003110-d8e8-4e52-a871-3499617562a7 /usr/local/freeswitch/sounds/en/us/callie/digits/32000/star.wav

+OK Message Sent

2010-05-21 09:26:43.324866 [DEBUG] switch_core_session.c:861 Send signal sofia/gateways/9999999999999 at 192.168.1.113:5062 [BREAK]
freeswitch at taz> 2010-05-21 09:26:43.464862 [DEBUG] switch_ivr.c:551 sofia/gateways/9999999999999 at 192.168.1.113:5062 Command Execute playback(/usr/local/freeswitch/sounds/en/us/callie/digits/32000/star.wav)
EXECUTE sofia/gateways/9999999999999 at 192.168.1.113:5062 playback(/usr/local/freeswitch/sounds/en/us/callie/digits/32000/star.wav)
2010-05-21 09:26:43.504860 [WARNING] switch_core_file.c:176 Sample rate doesn't match
2010-05-21 09:26:43.504860 [DEBUG] switch_ivr_play_say.c:1152 Codec Activated L16 at 8000hz 1 channels 20ms
2010-05-21 09:26:44.004844 [DEBUG] switch_ivr_play_say.c:1444 done playing file


uuid_displace <uuid> [start|stop] <path> [<limit>] [mux]

freeswitch at taz> uuid_displace 4cdb1202-e8f1-4fa1-a189-424602720df0  start /usr/local/freeswitch/sounds/en/us/callie/digits/48000/star.wav
2010-05-21 09:28:03.860705 [WARNING] switch_core_file.c:176 Sample rate doesn't match
2010-05-21 09:28:03.860705 [DEBUG] switch_core_media_bug.c:365 Attaching BUG to sofia/gateways/9999999999999 at 192.168.1.113:5062

+OK Success

Its an API call not an application to execute.

/b


On May 21, 2010, at 5:12 AM, Sathish Babu wrote:

> Tried using the Caller A UUID:
> @con.execute("uuid_broadcast", "#{Caller_A_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav bleg") - Not Working
> @con.execute("uuid_broadcast", "#{Caller_A_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav aleg") - Not Working
> @con.execute("uuid_broadcast", "#{Caller_A_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav both") - Not Working
> @con.execute("uuid_displace", "#{Caller_A_UUID} start /opt/freeswitch/sounds/wel_lf1.wav") - Not Working
> 
> Tried using the Caller B UUID:
> @con.execute("uuid_broadcast", "#{Caller_B_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav bleg") - Not Working
> @con.execute("uuid_broadcast", "#{Caller_B_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav aleg") - Not Working
> @con.execute("uuid_broadcast", "#{Caller_B_UUID} playback::/opt/freeswitch/sounds/wel_lf1.wav both") - Not Working
> @con.execute("uuid_displace", "#{Caller_B_UUID} start /opt/freeswitch/sounds/wel_lf1.wav") - Not Working
> 
> I need urgent help from any one to fix this issue. How to identify where is the problem?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20100521/22494d49/attachment.html 


More information about the FreeSWITCH-dev mailing list