Hi all<div>somebody save me plz! I'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("sleep", "100"); </div><div> Session.StreamFile(..., -1); </div><div> Session.Execute("playback", "tone_stream://%(500,500,480,620)");</div>
<div> Session.RecordFile(..., 60000, 500, 5);</div><div> }</div><div>it'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>