[Freeswitch-dev] uuid_broadcast leaking problem?
Brian West
brian at freeswitch.org
Wed Mar 11 17:32:31 PDT 2009
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:
>
> Tried a simple test scenario
>
> Dialplan in public context
>
> <extension name="hold_music">
> <condition field="destination_number"
> expression="^9999$">
> <action application="answer"/>
> <action application="playback" data="$${hold_music}"/>
> </condition>
> </extension>
>
> 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 <uuid> '/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.
>
More information about the Freeswitch-dev
mailing list