Cant delete my voicemail messages in X-lite soft phone

Hi,

I configured voicemail in Asterisk, and it was working properly. But right now suddenly its saying that my voice mail is filled with maximum number of messages. I tried to delete it using the commands

cd /var/spool/asterisk/voicemail

finding the .wav file by

find . -name “*.wav” -print

and deleting individually by rm.

Now checking my voice mail its saying no message, but than if someone calls and call is forwarded to the voicemail than same message is coming that my voicemail has no space for new message.

I am confused please help

Thanks iin advance

I dont use a lot the Asterisk voice mail system but increasing this option will help :

;maxmsg=100

; Maximum number of messages per folder. If not specified, a default value
; (100) is used. Maximum value for this option is 9999. If set to 0, a
; mailbox will be greetings-only.

Also try deleting the messages dialing directly from your phone.

Keeping this ahead of the Korean spam.

This is what I wrote in vocimail.conf

Voicemail.conf

[general]
format = wav
serveremail=asterisk
attach=yes
maxmsg=1000
envelope = yes
skipms=3000
maxsilence=10
silencethreshold=128
maxlogins=50
sendvoicemail=yes
mailcmd=/usr/sbin/ssmtp -t
searchcontexts=yes
emaildateformat = %A, %B %d, %Y at %r
fromstring=Phone Greetings VM
pagerfromstring=Phone Greetings VM

Than also its happening, I changed it to 9999 than also same thing is happening.

Can you please suggest any other idea?