<br><br><div class="gmail_quote">On Wed, Feb 23, 2011 at 7:50 PM, Michael De Lorenzo <span dir="ltr">&lt;<a href="mailto:delorenzodesign@gmail.com">delorenzodesign@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Is there some place where I can get more detailed log information on this?  I thought that streamFile was a blocking operation (the next statement wouldn&#39;t be executed until playback was completed), is that not the case?<br>
</blockquote><div>In all my usage of streamFile it has been blocking. I would write a very simple Lua script that plays a file that is at least several seconds long and then put log output before and after the streamFile method is called.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>Is there a difference in terms of performance with Freeswitch for Lua versus SpiderMonkey?<br></blockquote><div>Lua is definitely cleaner, lighter, and faster. There may be more docs on using JavaScript but that&#39;s only because it was adopted early on in the development of FS and there were more people familiar with it. Lua is definitely the scripting language of choice when you are calling a script from the dialplan.</div>
<div><br></div><div>-MC</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">

Am I misreading the log?<div><br><br style="font-family:courier new,monospace"><b style="color:rgb(255, 0, 0)"><span style="font-family:courier new,monospace">2011-02-21 17:23:09.077014 [NOTICE] switch_cpp.cpp:1181 Playing file: /usr/local/freeswitch/</span></b><div style="font-family:courier new,monospace">


<b style="color:rgb(255, 0, 0)">recordings/messages/16c0f890_</b><b style="color:rgb(255, 0, 0)">c35e33c0_777973.wav</b><br>
2011-02-21 17:23:09.077014 [DEBUG] switch_ivr_play_say.c:1186 Codec Activated L16@8000hz 1 channels 20ms<br>2011-02-21 17:23:19.417631 [DEBUG] switch_ivr_play_say.c:1515 done playing file<br>2011-02-21 17:23:19.417631 [NOTICE] switch_cpp.cpp:1181 !!!!! Finished playing the file !!!!!<br>



2011-02-21 17:23:19.417631 [INFO] switch_cpp.cpp:1181 Was VM detected? no<br>2011-02-21
 17:23:19.417631 [NOTICE] switch_cpp.cpp:1181 Played the message at 
least once and checked for VM, we should be exiting the loop</div><br></div>The messages like &quot;finished playing&quot; are log commands that are only available in the script after it&#39;s answered.<div><div></div><div>
<br></div></div></blockquote></div></blockquote></div>