I am testing Freeswitch as an alternative to Asterisk. So far, so good, except for the following:<br><br><ul><li>I have a lua channel listening to:</li><ul><li>session:streamFile('local_stream://moh')</li></ul><li>
I have a socket bridging this channel to a sip gateway:</li><ul><li>SendMsg 1e0cc726-6b33-11de-bae1-5fd843059ad5</li><li>call-command: execute</li><li>execute-app-name: bridge</li><li>execute-app-arg: sofia/gateway/<somegateway>/<somenumber></li>
</ul><li> This all works well, but the console says: </li><ul><li>[CRIT] mod_local_stream.c:234 Leaking stream handle! [switch_ivr_play_file() src/switch_ivr_play_say.c:1026]</li></ul></ul><br>Is this something I should be worried about? Thanks<br>