<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Brian,<br>
<br>
Using uuid_displace with mux parameter I still get those CRIT msg,<br>
<br>
testing without mux right now, will keep you posted,<br>
<br>
Regards,<br>
<br>
Gled<br>
<br>
Brian West a &eacute;crit&nbsp;:
<blockquote
 cite="mid:E02462E6-E729-4F98-9E67-E807F1B510F7@freeswitch.org"
 type="cite">
  <pre wrap="">This is normal because you're broadcasting to a leg that is listening  
to a local_stream so nothing is reading from the stream so we dump the  
data and tell you about it....

Its not a major issue just letting you know that you're doing it...  
you might wanna use uuid_displace instead in this situation.

/b

On Mar 11, 2009, at 7:27 PM, Scott Shen wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Tried a simple test scenario

Dialplan in public context

       &lt;extension name="hold_music"&gt;
               &lt;condition field="destination_number"  
expression="^9999$"&gt;
               &lt;action application="answer"/&gt;
               &lt;action application="playback" data="$${hold_music}"/&gt;
               &lt;/condition&gt;
       &lt;/extension&gt;

Used a sipphone to dial into 9999, no problem, heard the FS playing  
music

Now, in FS console, do

show channels                           -- get the uuid
uuid_broadcast &lt;uuid&gt; '/tmp/test.wav' aleg

The test.wav is played, but however seeing following errors in console

[CRIT] mod_local_stream.c:237 read_stream_thread() Leaking stream  
handle! [switch_ivr_play_file() src/switch_ivr_play_say.c:891]


This error message disappear when the playback of test.wav is  
completed.

    </pre>
  </blockquote>
  <pre wrap=""><!---->

_______________________________________________
Freeswitch-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>

  </pre>
</blockquote>
</body>
</html>