Index: app_voicemail.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v retrieving revision 1.60 diff -u -r1.60 app_voicemail.c --- app_voicemail.c 8 Mar 2004 05:04:11 -0000 1.60 +++ app_voicemail.c 11 Mar 2004 03:48:00 -0000 @@ -2581,9 +2581,7 @@ if (!res) { vms->repeats++; if (vms->repeats > 2) { - res = play_and_wait(chan, "vm-goodbye"); - if (!res) - res = 't'; + res = 't'; } } }