<br><div class="gmail_quote">On Fri, Mar 5, 2010 at 2:22 AM, Mark Sobkow <span dir="ltr">&lt;<a href="mailto:m.sobkow@marketelsystems.com">m.sobkow@marketelsystems.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have the UUID of a parked call.  I&#39;ve waited n seconds for an operator<br>
to answer that call, but none are available so I want to play a message<br>
to the customer.  How do I do that from Erlang?  I&#39;ve tried the<br>
following, but it doesn&#39;t seem to actually play the file, and I&#39;m not<br>
getting any useful information in fs_cli about the playback attempt that<br>
would indicate why it&#39;s not working.<br>
<br>
bgapi( eval, &quot;uuid:1f6d7a61-fd1a-4efd-bf84-31c4eea652c2 playback<br>
/opt/freeswitch/sounds/en/us/callie/misc/8000/sorry.wav&quot; )<br></blockquote></div><br>Command playback is used in the dialplan.<br>For parked calls you must use uuid_broadcast:<br><a href="http://wiki.freeswitch.org/wiki/Mod_commands#uuid_broadcast">http://wiki.freeswitch.org/wiki/Mod_commands#uuid_broadcast</a><br>
<br><br>