[Freeswitch-dev] uuid_broadcast leaking problem?
Tristan
tristan at telemaque.fr
Thu Mar 12 04:45:17 PDT 2009
Hi Brian,
Using uuid_displace with mux parameter I still get those CRIT msg,
testing without mux right now, will keep you posted,
Regards,
Gled
Brian West a écrit :
> 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.
>>
>>
>
>
> _______________________________________________
> Freeswitch-dev mailing list
> Freeswitch-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20090312/329edc53/attachment.html
More information about the Freeswitch-dev
mailing list