--- app_voicemail.c (revision 261700) +++ app_voicemail.c (working copy) @@ -8661,9 +8661,8 @@ return vm_intro_vi(chan, vms); } else if (!strncasecmp(chan->language, "zh", 2)) { /* CHINESE (Taiwan) syntax */ return vm_intro_zh(chan, vms); - } else { /* Default to ENGLISH */ - return vm_intro_en(chan, vms); } + return vm_intro_en(chan, vms); /* Default to ENGLISH */ } static int vm_instructions_en(struct ast_channel *chan, struct ast_vm_user *vmu, struct vm_state *vms, int skipadvanced, int in_urgent)