Recordings Disabled, Quota reached

Status
Not open for further replies.

BABALUCHA

Silver Partner
Advanced Certified
Joined
Jan 9, 2021
Messages
217
Reaction score
42
Hello Team
i have the customer set to delete after 30 days of recordings automatically but i see that it is disabled now, i see that system did delete the older than 30 days of recordings but i because of the call volume system has reached the allowed 15GB of storage and now have disabled the recoding which is expected, so the system did its job but now customer is not going to have recordings unitll there is more space or system finds older recordings than 30 days and delete and hopefully creates enough space but all that said is there a way to dump it quickly right away and delete anything older 10 days and free up the space right away ..? customer really need the recent recordings so i would like to quickly delete bunch of recordings and free up the space.thanks a lot in advance :)
 

Attachments

  • 1725920243367.png
    1725920243367.png
    60.7 KB · Views: 2
Hello,
If recordings older than 10 days are not important to you and you are aware that it will not be possible to recover them, you may proceed using the "hard" method.

Log in via SSH to your 3CX environment (Linux).

Execute the following command:
Bash:
sudo find /var/lib/3cxpbx/Instance1/Data/Recordings/ -mtime +10 -exec rm {} \;
Assuming they are in the default directory.

This will delete all recordings older than 10 days. This command is unforgiving; if you use it, the action is irreversible. 3CX will not be able to help you recover the deleted recordings.

⚠️ Proceed at your own risk.
 
  • Like
Reactions: BABALUCHA
Hello,
If recordings older than 10 days are not important to you and you are aware that it will not be possible to recover them, you may proceed using the "hard" method.

Log in via SSH to your 3CX environment (Linux).

Execute the following command:
Bash:
sudo find /var/lib/3cxpbx/Instance1/Data/Recordings/ -mtime +10 -exec rm {} \;
Assuming they are in the default directory.

This will delete all recordings older than 10 days. This command is unforgiving; if you use it, the action is irreversible. 3CX will not be able to help you recover the deleted recordings.

⚠️ Proceed at your own risk.
thank you, will try with 5 days or so.thanks for your help n time :)
 
Bash:
sudo find /var/lib/3cxpbx/Instance1/Data/Recordings/ -mtime +5 -exec rm {} \;

older than 5 days
 
  • Like
Reactions: BABALUCHA
Status
Not open for further replies.

Latest Posts

Forum statistics

Threads
111,885
Messages
589,547
Members
164,744
Latest member
johnblackwood1