The knowledgebase is organized into different categories. Choose a category for a list of articles or search the knowledgebase for articles related to your question.
SYMPTOMS
WARNING[3109] app.c: Failed to lock path '/var/spool/asterisk/voicemail/default/101/INBOX': File exists ERROR[3109] app_voicemail.c: Couldn't lock directory /var/spool/asterisk/voicemail/default/101/INBOX. Voicemail will be lost
SOLUTION
SSH into your VPS as rootand run the following command: /usr/bin/find /var/spool/asterisk/voicemail -name ".lock*" -mmin +1 -exec rm -f {} \;
This will remove the hidden lock files and allow Asterisk to process and save incoming voicemails, as well as correct issues related to voicemail user login, et.al.
|
Powered by WHMCompleteSolution