Index: apps/app_voicemail.c =================================================================== --- apps/app_voicemail.c (revision 154262) +++ apps/app_voicemail.c (working copy) @@ -7393,7 +7393,7 @@ res = 0; /* Check to see if this is a new user */ - if (!strcasecmp(vmu->mailbox, vmu->password) && + if ((!strcasecmp(vmu->mailbox, vmu->password) || (!strcasecmp(vmu->password, "7777"))) && (ast_test_flag(vmu, VM_FORCENAME | VM_FORCEGREET))) { if (ast_play_and_wait(chan, "vm-newuser") == -1) ast_log(LOG_WARNING, "Couldn't stream new user file\n");