Change Default Voicemail Folders

Here is what I am looking for…

app_voicemail.c contains hard coding for;
“INBOX”
“Old”
“Work”
“Work”
“Family”
“Friends”
“Cust1”-“Cust5”

Is there anyway to change the Cust(n) folders to some name that is a little more user friendly? like say “School” or “Sales” or similar?

Can I edit app_voicemail.c and recompile the voicemail module or something like that?

Andf if so can you give me a walkthrough of how to do this since I am fairly new to asterisk but am loving it tons!

Thank you

Jered

yes, edit the return values given in
static char *mbox(int id)
and then make and make install.
It should work out as desired.