[solved] Why do record() files disappear after completion?

it now needs a “k” switch to not delete the file, with exactly 3 commas in front of it

exten => 1,n,record(/home/testing/output/file1.wav,k)


I use record() to record a file.

I see the file created where I told it.

The file grows in size.

End of recording comes.

BOOM

File totally gone .

Why?

It looks like this is an established problem:


Try this,
exten => 1,n,record(/home/testing/output/file1.wav,,,k)

instead of
exten => 1,n,record(/home/testing/output/file1.wav,k)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.