<div>Hi,</div>
<div>&nbsp;</div>
<div>I have tried to use the Record Command in Asterisk,</div>
<div>&nbsp;</div>
<div>Here is the configuration :</div>
<div>exten =&gt; record,1,Answer</div>
<div>...</div>
<div>exten =&gt; record,n,Record(/var/spool/asterisk/record/${CALLFILENAME}:WAV)<br>exten =&gt; record,n,Playback(vm-goodbye)<br>exten =&gt; record,n,system(/usr/local/bin/send-recording.pl --to ${EMAILADDR} --file /var/spool/asterisk/record/${CALLFILENAME}.WAV)
<br>exten =&gt; record,n,Hangup</div>
<div>&nbsp;</div>
<div>If I hung up the phone during recording,</div>
<div>then Message is well there, but Asterisk does not continue its way to the system command to send me the file.</div>
<div>&nbsp;</div>
<div>If I change the record command to detect a 2 sec silence.</div>
<div>Then, Asterisk hangs up correctly and DO send the file ...</div>
<div>&nbsp;</div>
<div>Has anyone noticed something similar ?</div>
<div>Did I do something wrong ?</div>
<div>Can somebody help me ?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>Jean-Marc</div>