]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 206185 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 13 Jul 2009 16:24:46 +0000 (16:24 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 13 Jul 2009 16:24:46 +0000 (16:24 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r206185 | tilghman | 2009-07-13 11:23:07 -0500 (Mon, 13 Jul 2009) | 2 lines

  Remove reference to non-existent help file
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@206186 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 8c3f61e8e02b08828503f8bba22cceadbb657d2d..375002b262f9e329992bd279623db7c70dfe0baa 100644 (file)
@@ -8131,10 +8131,7 @@ static int vm_instructions_en(struct ast_channel *chan, struct ast_vm_user *vmu,
                        }
                }
                if (!res) {
-                       if (skipadvanced)
-                               res = ast_play_and_wait(chan, "vm-helpexit-full");
-                       else
-                               res = ast_play_and_wait(chan, "vm-helpexit");
+                       res = ast_play_and_wait(chan, "vm-helpexit");
                }
                if (!res)
                        res = ast_waitfordigit(chan, 6000);