Project

General

Profile

delete recordings on goautodial

Added by abdo lotfi about 8 years ago

I want to know how to delete the recording goautodial please !!!

Thank you


Replies (1)

RE: delete recordings on goautodial - Added by Jurdan Escobedo about 8 years ago

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.

    (1-1/1)
    Go to top