Added by abdo lotfi almost 9 years ago
I want to know how to delete the recording goautodial please !!!
Thank you
Hi,
you can delete it by loggin in via ssh or sftp client. for ssh client use putty for example. login to your server as root, then goto /var/spool/asterisk/monitorDONE delete all the recordings there. issue a linux command to delete a file. like this: rm rf * (deletes all the files inside the directory) or if you want to delete only specific files you can use [rm filename.ext] format, you can also use wildcards, like rm -f 2016*.* Hope this helps.