Voicemail folders

Is there a way to edit/remove the unecessary voicemail folders? I looked everywher but came up with nothing.

Thanks,
Justin

rm -r /var/spool/asterisk/voicemail/… ?

I believe that the following mailboxes are hard-coded into the voicemail application:
INBOX
Old
Work
Family
Friends
Cust1
Cust2
Cust3
Cust4
Cust5

While it is possible to remove these folders from disk (they are only created if somebody is using/has used them), changing or removing them from the voicemail application may be a bit of a coding effort.

Here’s what i get when i do show voicemail users

Context Mbox User Zone NewMsg default 2 Will 1
No hard-coded mailboxes appear here.

The boxes are in the source code (1.2beta1), in file app_voicemail.c - hard coded as I showed above. If you “press 2 to change folders,” and then select 0-9, it will auto-create the folder as I listed above, with 0 being INBOX and 9 being Cust5.