]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 240415 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 15 Jan 2010 20:57:31 +0000 (20:57 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 15 Jan 2010 20:57:31 +0000 (20:57 +0000)
commit8ae85ed7b1bb31c65a593ee6f99b6927eb2f247f
treebd31424b9ce6ff9ac10199c19da6c40268bfc791
parent34d9d3ae72a5986b892d074db0ced90f702cdf7f
Merged revisions 240415 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r240415 | tilghman | 2010-01-15 14:54:24 -0600 (Fri, 15 Jan 2010) | 22 lines

  Merged revisions 240414 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r240414 | tilghman | 2010-01-15 14:52:27 -0600 (Fri, 15 Jan 2010) | 15 lines

    Disallow leaving more than maxmsg voicemails.
    This is a possibility because our previous method assumed that no messages are
    left in parallel, which is not a safe assumption.  Due to the vmu structure
    duplication, it was necessary to track in-process messages via a separate
    structure.  If at some point, we switch vmu to an ao2-reference-counted
    structure, which would eliminate the prior noted duplication of structures,
    then we could incorporate this new in-process structure directly into vmu.
    (closes issue #16271)
     Reported by: sohosys
     Patches:
           20100108__issue16271.diff.txt uploaded by tilghman (license 14)
           20100108__issue16271__trunk.diff.txt uploaded by tilghman (license 14)
           20100108__issue16271__1.6.0.diff.txt uploaded by tilghman (license 14)
     Tested by: jsutton
  ........
................

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