Hi all<div>somebody save me plz! I&#39;m using the code below to simply record messages:</div><div>Session.Answer()</div><div>...</div><div><div>if (Session.Ready())</div><div>            {</div><div>               </div><div>
                Session.Execute(&quot;sleep&quot;, &quot;100&quot;);               </div><div>                Session.StreamFile(..., -1);                                </div><div>                Session.Execute(&quot;playback&quot;, &quot;tone_stream://%(500,500,480,620)&quot;);</div>
<div>                Session.RecordFile(..., 60000, 500, 5);</div><div>            }</div><div>it&#39;s working on my pc with no problem but when I upload it to the server(which is much much much stronger than my pc) first 5 6 sec of message is not recorded</div>
<div>thanks</div></div>