<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi guys,<br><br>I'm having a slight issue with session.recordFile in javascript and session:recordFile in lua (i have tried both just to rule out the vm implementation).&nbsp; Basically every now and then (say 500 or 1000 calls) record.session ends prematurely, there are no errors in the logs, it just returns and because this is the last line in my script (lua or javascript) the call ends and I see:<br><br>2010-08-31 12:52:08.469761 [NOTICE] switch_core_state_machine.c:185 sofia/external/nobody@192.168.21.5 has executed the last dialplan instruction, hanging up.<br>2010-08-31 12:52:08.469761 [DEBUG] switch_channel.c:2309 (sofia/external/nobody@192.168.21.5) Callstate Change ACTIVE -&gt; HANGUP<br>2010-08-31 12:52:08.469761 [NOTICE] switch_core_state_machine.c:187 Hangup sofia/external/nobody@192.168.21.5 [CS_EXECUTE] [NORMAL_CLEARING]<br>2010-08-31 12:52:08.473766 [DEBUG] switch_channel.c:2325 Send signal sofia/external/nobody@192.168.21.5 [KILL]<br>2010-08-31 12:52:08.473766 [DEBUG] switch_core_session.c:1039 Send signal sofia/external/nobody@192.168.21.5 [BREAK]<br>2010-08-31 12:52:08.473766 [DEBUG] switch_core_state_machine.c:348 (sofia/external/nobody@192.168.21.5) State EXECUTE going to sleep<br>2010-08-31 12:52:08.473766 [DEBUG] switch_core_state_machine.c:314 (sofia/external/nobody@192.168.21.5) Running State Change CS_HANGUP<br>2010-08-31 12:52:08.473766 [DEBUG] switch_core_state_machine.c:535 (sofia/external/nobody@192.168.21.5) State HANGUP<br>2010-08-31 12:52:08.473766 [DEBUG] mod_sofia.c:453 Channel sofia/external/nobody@192.168.21.5 hanging up, cause: NORMAL_CLEARING<br>2010-08-31 12:52:08.473766 [DEBUG] mod_sofia.c:496 Sending BYE to sofia/external/nobody@192.168.21.5<br><br>I am only passing one argument, the wav file, so it should record forever or until the call is hung up externally (I believe those are the defaults from looking at source).&nbsp; I'm on FreeSWITCH Version 1.0.head (git-a7c80ae 2010-08-02 16-06-46 -0500), I wish I had more logging or some indication of why the record function is ending prematurely.&nbsp; Is there any anything that others might know why this would return.&nbsp; As a quick fix, is there a way I could check to see if the call is still going and call session:recordFile again and append to the existing UL file?</div></body></html>