]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 213833 via svnmerge from
authorJeff Peeler <jpeeler@digium.com>
Mon, 24 Aug 2009 16:49:02 +0000 (16:49 +0000)
committerJeff Peeler <jpeeler@digium.com>
Mon, 24 Aug 2009 16:49:02 +0000 (16:49 +0000)
commit8d94bcc4efd2e207b6c218d7c33e2da81d60e45a
treeeb8a25b285902804b526dbe2c32681c23e1c12e0
parent8e4798e14649bdaa6bd0af4996ba106d7a4ce032
Merged revisions 213833 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r213833 | jpeeler | 2009-08-24 11:43:57 -0500 (Mon, 24 Aug 2009) | 14 lines

  Fix storage of greetings when using IMAP_STORAGE

  The store macro was not getting called preventing storage of IMAP greetings
  at all. This has been corrected along with fixing checking if the
  imapgreetings option is turned on to store the greeting in IMAP. Lastly,
  the attachment filename was incorrectly using the full path instead of just
  the basename, which was causing problems with retrieval of the greeting.

  (closes issue #14950)
  Reported by: noahisaac

  (closes issue #15729)
  Reported by: lmadsen
........

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